librecmc : Bump to v1.5.15
[librecmc/librecmc.git] / package / network / services / hostapd / patches / 400-wps_single_auth_enc_type.patch
index c10176371f7c982b8500ed979b968ff1e8c61e04..7f1986ec46e2a93b651a335fece21c61ec9d533b 100644 (file)
@@ -10,8 +10,8 @@
                        bss->wpa_pairwise |= WPA_CIPHER_TKIP;
                bss->rsn_pairwise = bss->wpa_pairwise;
                bss->wpa_group = wpa_select_ap_group_cipher(bss->wpa,
-@@ -1067,8 +1066,7 @@ int hostapd_init_wps(struct hostapd_data
-               if (conf->rsn_pairwise & (WPA_CIPHER_CCMP | WPA_CIPHER_GCMP)) {
+@@ -1108,8 +1107,7 @@ int hostapd_init_wps(struct hostapd_data
+                                         WPA_CIPHER_GCMP_256)) {
                        wps->encr_types |= WPS_ENCR_AES;
                        wps->encr_types_rsn |= WPS_ENCR_AES;
 -              }