Home
last modified time | relevance | path

Searched refs:WPA_CIPHER_AES_128_CMAC (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Dwpa_common.c1440 return WPA_CIPHER_AES_128_CMAC; in rsn_selector_to_bitfield()
1525 cipher == WPA_CIPHER_AES_128_CMAC || in wpa_cipher_valid_mgmt_group()
1554 data->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC; in wpa_parse_wpa_ie_rsn()
1629 if (data->pairwise_cipher & WPA_CIPHER_AES_128_CMAC) { in wpa_parse_wpa_ie_rsn()
2318 case WPA_CIPHER_AES_128_CMAC: in wpa_cipher_txt()
2593 case WPA_CIPHER_AES_128_CMAC: in wpa_cipher_key_len()
2632 case WPA_CIPHER_AES_128_CMAC: in wpa_cipher_to_alg()
2681 if (cipher & WPA_CIPHER_AES_128_CMAC) in wpa_cipher_to_suite()
2826 val |= WPA_CIPHER_AES_128_CMAC; in wpa_parse_cipher()
2888 if (ciphers & WPA_CIPHER_AES_128_CMAC) { in wpa_write_ciphers()
H A Ddefs.h17 #define WPA_CIPHER_AES_128_CMAC BIT(5) macro
H A Dwpa_common.h46 (WPA_CIPHER_AES_128_CMAC | WPA_CIPHER_BIP_GMAC_128 | WPA_CIPHER_BIP_GMAC_256 | \
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_ie.c330 conf->group_mgmt_cipher != WPA_CIPHER_AES_128_CMAC) { in wpa_write_rsn_ie()
341 case WPA_CIPHER_AES_128_CMAC: in wpa_write_rsn_ie()
1182 case WPA_CIPHER_AES_128_CMAC: in wpa_auth_write_fd_rsn_info()
H A Dap_config.c102 bss->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC; in hostapd_config_defaults_bss()
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_ft.c288 case WPA_CIPHER_AES_128_CMAC: in wpa_ft_gen_req_ies()
855 if (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC && in wpa_ft_process_igtk_subelem()
918 (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC && in wpa_ft_process_bigtk_subelem()
H A Dwpa.c4561 if (sm->mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC) { in fils_ft_build_assoc_req_rsne()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dmesh.c134 conf->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC; in mesh_config_create()
H A Dwpa_supplicant.c1314 if (sel & WPA_CIPHER_AES_128_CMAC) { in wpas_set_mgmt_group_cipher()
1315 wpa_s->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC; in wpas_set_mgmt_group_cipher()
1466 WPA_CIPHER_AES_128_CMAC; in wpa_supplicant_set_suites()
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c5216 case WPA_CIPHER_AES_128_CMAC: in wpas_dbus_get_bss_security_prop()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c3443 bss->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC; in hostapd_config_fill()