aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/020-mesh-properly-handle-sae_password.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/network/services/hostapd/patches/020-mesh-properly-handle-sae_password.patch')
-rw-r--r--package/network/services/hostapd/patches/020-mesh-properly-handle-sae_password.patch9
1 files changed, 2 insertions, 7 deletions
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 <daniel@makrotopia.org>
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
-