summaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/400-wps_single_auth_enc_type.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-09-06 10:53:17 +0200
committerFelix Fietkau <nbd@nbd.name>2016-09-08 15:28:38 +0200
commit859d940c79e8cb1c66a3d0cccc18e9eac499415b (patch)
tree016725b81c9bd82e7e3d2df085387967525abe5a /package/network/services/hostapd/patches/400-wps_single_auth_enc_type.patch
parentb6cd42a54e901f21d47f52a6e7a61bab83a50f3b (diff)
downloadmaster-31e0f0ae-859d940c79e8cb1c66a3d0cccc18e9eac499415b.tar.gz
master-31e0f0ae-859d940c79e8cb1c66a3d0cccc18e9eac499415b.tar.bz2
master-31e0f0ae-859d940c79e8cb1c66a3d0cccc18e9eac499415b.zip
hostapd: update to version 2016-09-05
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/network/services/hostapd/patches/400-wps_single_auth_enc_type.patch')
-rw-r--r--package/network/services/hostapd/patches/400-wps_single_auth_enc_type.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/hostapd/patches/400-wps_single_auth_enc_type.patch b/package/network/services/hostapd/patches/400-wps_single_auth_enc_type.patch
index f5872cd597..c10176371f 100644
--- a/package/network/services/hostapd/patches/400-wps_single_auth_enc_type.patch
+++ b/package/network/services/hostapd/patches/400-wps_single_auth_enc_type.patch
@@ -1,6 +1,6 @@
--- a/src/ap/wps_hostapd.c
+++ b/src/ap/wps_hostapd.c
-@@ -352,8 +352,7 @@ static int hapd_wps_reconfig_in_memory(s
+@@ -346,8 +346,7 @@ static int hapd_wps_reconfig_in_memory(s
bss->wpa_pairwise |= WPA_CIPHER_GCMP;
else
bss->wpa_pairwise |= WPA_CIPHER_CCMP;
@@ -10,7 +10,7 @@
bss->wpa_pairwise |= WPA_CIPHER_TKIP;
bss->rsn_pairwise = bss->wpa_pairwise;
bss->wpa_group = wpa_select_ap_group_cipher(bss->wpa,
-@@ -1073,8 +1072,7 @@ int hostapd_init_wps(struct hostapd_data
+@@ -1067,8 +1066,7 @@ int hostapd_init_wps(struct hostapd_data
if (conf->rsn_pairwise & (WPA_CIPHER_CCMP | WPA_CIPHER_GCMP)) {
wps->encr_types |= WPS_ENCR_AES;
wps->encr_types_rsn |= WPS_ENCR_AES;