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.c476 return WPA_CIPHER_BIP_GMAC_256; in rsn_selector_to_bitfield()
531 cipher == WPA_CIPHER_BIP_GMAC_256 || in wpa_cipher_valid_mgmt_group()
1391 case WPA_CIPHER_BIP_GMAC_256: in wpa_cipher_key_len()
1439 case WPA_CIPHER_BIP_GMAC_256: in wpa_cipher_to_alg()
1481 if (cipher & WPA_CIPHER_BIP_GMAC_256) in wpa_cipher_to_suite()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ie.c282 case WPA_CIPHER_BIP_GMAC_256: in wpa_write_rsn_ie()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant.c1293 } else if (sel & WPA_CIPHER_BIP_GMAC_256) { in wpa_supplicant_set_suites()
1294 wpa_s->mgmt_group_cipher = WPA_CIPHER_BIP_GMAC_256; in wpa_supplicant_set_suites()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c2840 bss->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_256; in hostapd_config_fill()