summaryrefslogtreecommitdiff
path: root/package/network/services/hostapd/patches/530-wps_single_auth_enc_type.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-04-22 13:24:48 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-04-22 13:24:48 +0000
commit62244d73ae0eeea1427f37912e2f3bae5654b60e (patch)
tree4031eb00be56b522bc77fd8126c0d9eb304f0d71 /package/network/services/hostapd/patches/530-wps_single_auth_enc_type.patch
parent45339e03de2f935ab62fc926dd0bb37effac510e (diff)
downloadmtk-20170518-62244d73ae0eeea1427f37912e2f3bae5654b60e.zip
mtk-20170518-62244d73ae0eeea1427f37912e2f3bae5654b60e.tar.gz
mtk-20170518-62244d73ae0eeea1427f37912e2f3bae5654b60e.tar.bz2
hostapd: update to 2013-04-05
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36376
Diffstat (limited to 'package/network/services/hostapd/patches/530-wps_single_auth_enc_type.patch')
-rw-r--r--package/network/services/hostapd/patches/530-wps_single_auth_enc_type.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/hostapd/patches/530-wps_single_auth_enc_type.patch b/package/network/services/hostapd/patches/530-wps_single_auth_enc_type.patch
index 51c7669..6f4a655 100644
--- a/package/network/services/hostapd/patches/530-wps_single_auth_enc_type.patch
+++ b/package/network/services/hostapd/patches/530-wps_single_auth_enc_type.patch
@@ -1,6 +1,6 @@
--- a/src/ap/wps_hostapd.c
+++ b/src/ap/wps_hostapd.c
-@@ -871,11 +871,9 @@ int hostapd_init_wps(struct hostapd_data
+@@ -989,11 +989,9 @@ int hostapd_init_wps(struct hostapd_data
if (conf->rsn_pairwise & WPA_CIPHER_CCMP)
wps->encr_types |= WPS_ENCR_AES;
@@ -14,7 +14,7 @@
if (conf->wpa_key_mgmt & WPA_KEY_MGMT_PSK)
wps->auth_types |= WPS_AUTH_WPAPSK;
if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X)
-@@ -883,7 +881,7 @@ int hostapd_init_wps(struct hostapd_data
+@@ -1001,7 +999,7 @@ int hostapd_init_wps(struct hostapd_data
if (conf->wpa_pairwise & WPA_CIPHER_CCMP)
wps->encr_types |= WPS_ENCR_AES;