Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dwpa_common.c1103 return WPA_CIPHER_BIP_GMAC_256; in rsn_selector_to_bitfield()
1178 cipher == WPA_CIPHER_BIP_GMAC_256 || in wpa_cipher_valid_mgmt_group()
1965 case WPA_CIPHER_BIP_GMAC_256: in wpa_cipher_txt()
2236 case WPA_CIPHER_BIP_GMAC_256: in wpa_cipher_key_len()
2284 case WPA_CIPHER_BIP_GMAC_256: in wpa_cipher_to_alg()
2326 if (cipher & WPA_CIPHER_BIP_GMAC_256) in wpa_cipher_to_suite()
2467 val |= WPA_CIPHER_BIP_GMAC_256; in wpa_parse_cipher()
2539 if (ciphers & WPA_CIPHER_BIP_GMAC_256) { in wpa_write_ciphers()
Ddefs.h32 #define WPA_CIPHER_BIP_GMAC_256 BIT(12) macro
Dwpa_common.h33 (WPA_CIPHER_AES_128_CMAC | WPA_CIPHER_BIP_GMAC_128 | WPA_CIPHER_BIP_GMAC_256 | \
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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 | \
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
Dwpa_ft.c252 sm->mgmt_group_cipher == WPA_CIPHER_BIP_GMAC_256 || in wpa_ft_gen_req_ies()
280 case WPA_CIPHER_BIP_GMAC_256: in wpa_ft_gen_req_ies()
790 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_256 && in wpa_ft_process_igtk_subelem()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dwpa_ft.c296 case WPA_CIPHER_BIP_GMAC_256: in wpa_ft_gen_req_ies()
857 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_256 && in wpa_ft_process_igtk_subelem()
920 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_256 && in wpa_ft_process_bigtk_subelem()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dmesh.c130 ssid->group_mgmt_cipher == WPA_CIPHER_BIP_GMAC_256 || in mesh_config_create()
Dwpa_supplicant.c1349 } else if (sel & WPA_CIPHER_BIP_GMAC_256) { in wpas_set_mgmt_group_cipher()
1350 wpa_s->mgmt_group_cipher = WPA_CIPHER_BIP_GMAC_256; in wpas_set_mgmt_group_cipher()
1480 WPA_CIPHER_BIP_GMAC_256) in wpa_supplicant_set_suites()
1482 WPA_CIPHER_BIP_GMAC_256; in wpa_supplicant_set_suites()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dwpa_auth_ie.c336 case WPA_CIPHER_BIP_GMAC_256: in wpa_write_rsn_ie()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dwpa_supplicant.c1346 WPA_CIPHER_BIP_GMAC_256) in wpa_supplicant_set_suites()
1348 WPA_CIPHER_BIP_GMAC_256; in wpa_supplicant_set_suites()
1574 } else if (sel & WPA_CIPHER_BIP_GMAC_256) { in wpa_supplicant_set_suites()
1575 wpa_s->mgmt_group_cipher = WPA_CIPHER_BIP_GMAC_256; in wpa_supplicant_set_suites()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_config_file.c3384 bss->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_256;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_config_file.c3447 bss->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_256; in hostapd_config_fill()