Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Ddefs.h24 #define WPA_CIPHER_BIP_CMAC_256 BIT(13) macro
H A Dwpa_common.c1452 return WPA_CIPHER_BIP_CMAC_256; in rsn_selector_to_bitfield()
1528 cipher == WPA_CIPHER_BIP_CMAC_256; in wpa_cipher_valid_mgmt_group()
2324 case WPA_CIPHER_BIP_CMAC_256: in wpa_cipher_txt()
2589 case WPA_CIPHER_BIP_CMAC_256: in wpa_cipher_key_len()
2638 case WPA_CIPHER_BIP_CMAC_256: in wpa_cipher_to_alg()
2687 if (cipher & WPA_CIPHER_BIP_CMAC_256) in wpa_cipher_to_suite()
2832 val |= WPA_CIPHER_BIP_CMAC_256; in wpa_parse_cipher()
2909 if (ciphers & WPA_CIPHER_BIP_CMAC_256) { in wpa_write_ciphers()
H A Dwpa_common.h47 WPA_CIPHER_BIP_CMAC_256)
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_ft.c300 case WPA_CIPHER_BIP_CMAC_256: in wpa_ft_gen_req_ies()
858 sm->mgmt_group_cipher != WPA_CIPHER_BIP_CMAC_256) in wpa_ft_process_igtk_subelem()
921 sm->mgmt_group_cipher != WPA_CIPHER_BIP_CMAC_256)) in wpa_ft_process_bigtk_subelem()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_ie.c350 case WPA_CIPHER_BIP_CMAC_256: in wpa_write_rsn_ie()
1191 case WPA_CIPHER_BIP_CMAC_256: in wpa_auth_write_fd_rsn_info()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dmesh.c131 ssid->group_mgmt_cipher == WPA_CIPHER_BIP_CMAC_256) in mesh_config_create()
H A Dwpa_supplicant.c1326 } else if (sel & WPA_CIPHER_BIP_CMAC_256) { in wpas_set_mgmt_group_cipher()
1327 wpa_s->mgmt_group_cipher = WPA_CIPHER_BIP_CMAC_256; in wpas_set_mgmt_group_cipher()
1457 WPA_CIPHER_BIP_CMAC_256) in wpa_supplicant_set_suites()
1459 WPA_CIPHER_BIP_CMAC_256; in wpa_supplicant_set_suites()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c3449 bss->group_mgmt_cipher = WPA_CIPHER_BIP_CMAC_256; in hostapd_config_fill()