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.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()
H A Dwpa_common.h46 (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.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()
/freebsd/contrib/wpa/src/ap/
H A 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()
/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.c1322 } else if (sel & WPA_CIPHER_BIP_GMAC_256) { in wpas_set_mgmt_group_cipher()
1323 wpa_s->mgmt_group_cipher = WPA_CIPHER_BIP_GMAC_256; in wpas_set_mgmt_group_cipher()
1453 WPA_CIPHER_BIP_GMAC_256) in wpa_supplicant_set_suites()
1455 WPA_CIPHER_BIP_GMAC_256; in wpa_supplicant_set_suites()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c3447 bss->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_256; in hostapd_config_fill()