Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/common/
Ddefs.h23 #define WPA_CIPHER_BIP_GMAC_256 BIT(12) macro
Dwpa_common.c1450 return WPA_CIPHER_BIP_GMAC_256; in rsn_selector_to_bitfield()
1527 cipher == WPA_CIPHER_BIP_GMAC_256 || in wpa_cipher_valid_mgmt_group()
2322 case WPA_CIPHER_BIP_GMAC_256: in wpa_cipher_txt()
2588 case WPA_CIPHER_BIP_GMAC_256: in wpa_cipher_key_len()
2636 case WPA_CIPHER_BIP_GMAC_256: in wpa_cipher_to_alg()
2685 if (cipher & WPA_CIPHER_BIP_GMAC_256) in wpa_cipher_to_suite()
2830 val |= WPA_CIPHER_BIP_GMAC_256; in wpa_parse_cipher()
2902 if (ciphers & WPA_CIPHER_BIP_GMAC_256) { in wpa_write_ciphers()
Dwpa_common.h46 (WPA_CIPHER_AES_128_CMAC | WPA_CIPHER_BIP_GMAC_128 | WPA_CIPHER_BIP_GMAC_256 | \
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_ft.c296 case WPA_CIPHER_BIP_GMAC_256: in wpa_ft_gen_req_ies()
875 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_256 && in wpa_ft_process_igtk_subelem()
938 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_256 && in wpa_ft_process_bigtk_subelem()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ie.c347 case WPA_CIPHER_BIP_GMAC_256: in wpa_write_rsn_ie()
1188 case WPA_CIPHER_BIP_GMAC_256: in wpa_auth_write_fd_rsn_info()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh.c130 ssid->group_mgmt_cipher == WPA_CIPHER_BIP_GMAC_256 || in mesh_config_create()
Dwpa_supplicant.c1408 WPA_CIPHER_BIP_GMAC_256) in wpa_supplicant_set_suites()
1410 WPA_CIPHER_BIP_GMAC_256; in wpa_supplicant_set_suites()
1646 } else if (sel & WPA_CIPHER_BIP_GMAC_256) { in wpa_supplicant_set_suites()
1647 wpa_s->mgmt_group_cipher = WPA_CIPHER_BIP_GMAC_256; in wpa_supplicant_set_suites()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c3412 bss->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_256;