From 6e0fa4a76db667d7f0c1d84a3af5017df26d3fad Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Sat, 12 May 2018 21:08:18 +0200 Subject: hostapd: fix mesh+AP Fix encrypted (or DFS) AP+MESH interface combination in a way similar to how it's done for AP+STA and fix netifd shell script. Refresh patches while at it. Signed-off-by: Daniel Golle --- .../hostapd/patches/020-mesh-properly-handle-sae_password.patch | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'package/network/services/hostapd/patches/020-mesh-properly-handle-sae_password.patch') diff --git a/package/network/services/hostapd/patches/020-mesh-properly-handle-sae_password.patch b/package/network/services/hostapd/patches/020-mesh-properly-handle-sae_password.patch index 17cc1e7383..775774bf64 100644 --- a/package/network/services/hostapd/patches/020-mesh-properly-handle-sae_password.patch +++ b/package/network/services/hostapd/patches/020-mesh-properly-handle-sae_password.patch @@ -20,11 +20,9 @@ Signed-off-by: Daniel Golle wpa_supplicant/mesh.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) -diff --git a/wpa_supplicant/mesh.c b/wpa_supplicant/mesh.c -index 22dec4822..0bf87245d 100644 --- a/wpa_supplicant/mesh.c +++ b/wpa_supplicant/mesh.c -@@ -154,10 +154,14 @@ int wpas_mesh_init_rsn(struct wpa_supplicant *wpa_s) +@@ -154,10 +154,14 @@ int wpas_mesh_init_rsn(struct wpa_suppli struct wpa_ssid *ssid = wpa_s->current_ssid; struct hostapd_data *bss = ifmsh->bss[0]; static int default_groups[] = { 19, 20, 21, 25, 26, -1 }; @@ -40,7 +38,7 @@ index 22dec4822..0bf87245d 100644 wpa_printf(MSG_ERROR, "mesh: Passphrase for SAE not configured"); return -1; -@@ -177,9 +181,9 @@ int wpas_mesh_init_rsn(struct wpa_supplicant *wpa_s) +@@ -177,9 +181,9 @@ int wpas_mesh_init_rsn(struct wpa_suppli return -1; } @@ -52,6 +50,3 @@ index 22dec4822..0bf87245d 100644 wpa_s->mesh_rsn = mesh_rsn_auth_init(wpa_s, mconf); if (!wpa_s->mesh_rsn) --- -2.17.0 - -- cgit v1.2.3