Hi,
On 05/04/2018 06:21 PM, Masashi Honma wrote:
It looks need to be added notifications like this.
diff --git a/src/ap/dfs.c b/src/ap/dfs.c
index 5a0d781..ba9d7d7 100644
--- a/src/ap/dfs.c
+++ b/src/ap/dfs.c
@@ -637,6 +637,17 @@ static unsigned int dfs_get_cac_time(struct
hostapd_iface *iface,
}
I've sent a new patchset including your changes except memory leak below.
And a memory leak should be fixed like this.
diff --git a/wpa_supplicant/mesh.c b/wpa_supplicant/mesh.c
index 67519fe..ca62b1a 100644
--- a/wpa_supplicant/mesh.c
+++ b/wpa_supplicant/mesh.c
@@ -439,6 +439,7 @@ int wpa_supplicant_join_mesh(struct wpa_supplicant
*wpa_s,
if (!ssid || !ssid->ssid || !ssid->ssid_len ||
!ssid->frequency || !params) {
ret = -ENOENT;
+ os_free(params);
goto out;
}
can you send a patch for it, since it's different from dfs change?
Thanks,
Peter
_______________________________________________
Hostap mailing list
Hostap@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/hostap