Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Ddefs.h22 #define WPA_CIPHER_BIP_GMAC_128 BIT(11) macro
H A Dwpa_common.c1756 return WPA_CIPHER_BIP_GMAC_128; in rsn_selector_to_bitfield()
1842 cipher == WPA_CIPHER_BIP_GMAC_128 || in wpa_cipher_valid_mgmt_group()
2722 case WPA_CIPHER_BIP_GMAC_128: in wpa_cipher_txt()
3009 case WPA_CIPHER_BIP_GMAC_128: in wpa_cipher_key_len()
3049 case WPA_CIPHER_BIP_GMAC_128: in wpa_cipher_to_alg()
3099 if (cipher & WPA_CIPHER_BIP_GMAC_128) in wpa_cipher_to_suite()
3244 val |= WPA_CIPHER_BIP_GMAC_128; in wpa_parse_cipher()
3311 if (ciphers & WPA_CIPHER_BIP_GMAC_128) { 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.c316 case WPA_CIPHER_BIP_GMAC_128: in wpa_ft_gen_req_ies()
901 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_128 && in wpa_ft_process_igtk_subelem()
964 sm->mgmt_group_cipher != WPA_CIPHER_BIP_GMAC_128 && in wpa_ft_process_bigtk_subelem()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_ie.c362 case WPA_CIPHER_BIP_GMAC_128: in wpa_write_rsn_ie()
1252 case WPA_CIPHER_BIP_GMAC_128: in wpa_auth_write_fd_rsn_info()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dmesh.c129 if (ssid->group_mgmt_cipher == WPA_CIPHER_BIP_GMAC_128 || in mesh_config_create()
H A Dwpa_supplicant.c1444 } else if (sel & WPA_CIPHER_BIP_GMAC_128) { in wpas_set_mgmt_group_cipher()
1445 wpa_s->mgmt_group_cipher = WPA_CIPHER_BIP_GMAC_128; in wpas_set_mgmt_group_cipher()
1799 WPA_CIPHER_BIP_GMAC_128) in wpa_supplicant_set_suites()
1801 WPA_CIPHER_BIP_GMAC_128; in wpa_supplicant_set_suites()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c3649 bss->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_128; in hostapd_config_fill()