summaryrefslogtreecommitdiffstats
path: root/package/hostapd/patches/370-non_eapol_port_fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/hostapd/patches/370-non_eapol_port_fix.patch')
-rw-r--r--package/hostapd/patches/370-non_eapol_port_fix.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/package/hostapd/patches/370-non_eapol_port_fix.patch b/package/hostapd/patches/370-non_eapol_port_fix.patch
new file mode 100644
index 000000000..56e5b3381
--- /dev/null
+++ b/package/hostapd/patches/370-non_eapol_port_fix.patch
@@ -0,0 +1,22 @@
+--- a/wpa_supplicant/wpa_supplicant.c
++++ b/wpa_supplicant/wpa_supplicant.c
+@@ -550,6 +550,9 @@ void wpa_supplicant_set_state(struct wpa
+ wpa_s->new_connection = 0;
+ wpa_s->reassociated_connection = 1;
+ wpa_drv_set_operstate(wpa_s, 1);
++#ifndef IEEE8021X_EAPOL
++ wpa_drv_set_supp_port(wpa_s, 1);
++#endif
+ wpa_s->after_wps = 0;
+ #ifdef CONFIG_P2P
+ wpas_p2p_completed(wpa_s);
+@@ -558,6 +561,9 @@ void wpa_supplicant_set_state(struct wpa
+ state == WPA_ASSOCIATED) {
+ wpa_s->new_connection = 1;
+ wpa_drv_set_operstate(wpa_s, 0);
++#ifndef IEEE8021X_EAPOL
++ wpa_drv_set_supp_port(wpa_s, 0);
++#endif
+ }
+ wpa_s->wpa_state = state;
+