Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Ddefs.h23 #define WPA_CIPHER_BIP_GMAC_256 BIT(12) macro
H A Dwpa_common.c1758 return WPA_CIPHER_BIP_GMAC_256; in rsn_selector_to_bitfield()
1843 cipher == WPA_CIPHER_BIP_GMAC_256 || in wpa_cipher_valid_mgmt_group()
2724 case WPA_CIPHER_BIP_GMAC_256: in wpa_cipher_txt()
3003 case WPA_CIPHER_BIP_GMAC_256: in wpa_cipher_key_len()
3051 case WPA_CIPHER_BIP_GMAC_256: in wpa_cipher_to_alg()
3101 if (cipher & WPA_CIPHER_BIP_GMAC_256) in wpa_cipher_to_suite()
3246 val |= WPA_CIPHER_BIP_GMAC_256; in wpa_parse_cipher()
3318 if (ciphers & WPA_CIPHER_BIP_GMAC_256) { in wpa_write_ciphers()
H A Dwpa_common.h49 (WPA_CIPHER_AES_128_CMAC | WPA_CIPHER_BIP_GMAC_128 | WPA_CIPHER_BIP_GMAC_256 | \
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_ft.c320 case WPA_CIPHER_BIP_GMAC_256: in wpa_ft_gen_req_ies()
902 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_256 && in wpa_ft_process_igtk_subelem()
965 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_256 && in wpa_ft_process_bigtk_subelem()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_ie.c365 case WPA_CIPHER_BIP_GMAC_256: in wpa_write_rsn_ie()
1255 case WPA_CIPHER_BIP_GMAC_256: in wpa_auth_write_fd_rsn_info()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dmesh.c130 ssid->group_mgmt_cipher == WPA_CIPHER_BIP_GMAC_256 || in mesh_config_create()
H A Dwpa_supplicant.c1448 } else if (sel & WPA_CIPHER_BIP_GMAC_256) { in wpas_set_mgmt_group_cipher()
1449 wpa_s->mgmt_group_cipher = WPA_CIPHER_BIP_GMAC_256; in wpas_set_mgmt_group_cipher()
1791 WPA_CIPHER_BIP_GMAC_256) in wpa_supplicant_set_suites()
1793 WPA_CIPHER_BIP_GMAC_256; in wpa_supplicant_set_suites()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c3651 bss->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_256; in hostapd_config_fill()