P2P: Support GCMP as part of 60 GHz support
Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
This commit is contained in:
parent
72a8e30b96
commit
d77419d234
4 changed files with 20 additions and 3 deletions
|
@ -1049,7 +1049,7 @@ int hostapd_init_wps(struct hostapd_data *hapd,
|
|||
if (conf->wpa_key_mgmt & WPA_KEY_MGMT_IEEE8021X)
|
||||
wps->auth_types |= WPS_AUTH_WPA2;
|
||||
|
||||
if (conf->rsn_pairwise & WPA_CIPHER_CCMP)
|
||||
if (conf->rsn_pairwise & (WPA_CIPHER_CCMP | WPA_CIPHER_GCMP))
|
||||
wps->encr_types |= WPS_ENCR_AES;
|
||||
if (conf->rsn_pairwise & WPA_CIPHER_TKIP)
|
||||
wps->encr_types |= WPS_ENCR_TKIP;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue