aboutsummaryrefslogtreecommitdiffstats
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
commita1e5d209daca30a86a99a56e1368ad04194b190e (patch)
tree4ef3e4c703a9083baedd383a01ca7cbe5cf59ca4 /package/network/services/hostapd/patches/530-wps_single_auth_enc_type.patch
parenta707ec7ca3ef932ab8d1ba8caf1d14ee22fa21e2 (diff)
downloadupstream-a1e5d209daca30a86a99a56e1368ad04194b190e.tar.gz
upstream-a1e5d209daca30a86a99a56e1368ad04194b190e.tar.bz2
upstream-a1e5d209daca30a86a99a56e1368ad04194b190e.zip
hostapd: update to 2013-04-05
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36376 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 51c7669ed1..6f4a6557d5 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;