Home
last modified time | relevance | path

Searched refs:WPA_CIPHER_BIP_GMAC_256 (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/common/
Ddefs.h32 #define WPA_CIPHER_BIP_GMAC_256 BIT(12) macro
Dwpa_common.c452 return WPA_CIPHER_BIP_GMAC_256; in rsn_selector_to_bitfield()
507 cipher == WPA_CIPHER_BIP_GMAC_256 || in wpa_cipher_valid_mgmt_group()
1341 case WPA_CIPHER_BIP_GMAC_256: in wpa_cipher_key_len()
1389 case WPA_CIPHER_BIP_GMAC_256: in wpa_cipher_to_alg()
1431 if (cipher & WPA_CIPHER_BIP_GMAC_256) in wpa_cipher_to_suite()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ie.c281 case WPA_CIPHER_BIP_GMAC_256: in wpa_write_rsn_ie()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant.c1254 } else if (sel & WPA_CIPHER_BIP_GMAC_256) { in wpa_supplicant_set_suites()
1255 wpa_s->mgmt_group_cipher = WPA_CIPHER_BIP_GMAC_256; in wpa_supplicant_set_suites()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c2760 bss->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_256; in hostapd_config_fill()