Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Ddefs.h31 #define WPA_CIPHER_BIP_GMAC_128 BIT(11) macro
Dwpa_common.c721 return WPA_CIPHER_BIP_GMAC_128; in rsn_selector_to_bitfield()
785 cipher == WPA_CIPHER_BIP_GMAC_128 || in wpa_cipher_valid_mgmt_group()
1679 case WPA_CIPHER_BIP_GMAC_128: in wpa_cipher_key_len()
1719 case WPA_CIPHER_BIP_GMAC_128: in wpa_cipher_to_alg()
1761 if (cipher & WPA_CIPHER_BIP_GMAC_128) in wpa_cipher_to_suite()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ie.c303 case WPA_CIPHER_BIP_GMAC_128: in wpa_write_rsn_ie()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant.c1355 } else if (sel & WPA_CIPHER_BIP_GMAC_128) { in wpa_supplicant_set_suites()
1356 wpa_s->mgmt_group_cipher = WPA_CIPHER_BIP_GMAC_128; in wpa_supplicant_set_suites()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c2950 bss->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_128; in hostapd_config_fill()