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.c1748 return WPA_CIPHER_AES_128_CMAC; in rsn_selector_to_bitfield()
1841 cipher == WPA_CIPHER_AES_128_CMAC || in wpa_cipher_valid_mgmt_group()
1870 data->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC; in wpa_parse_wpa_ie_rsn()
1952 if (data->pairwise_cipher & WPA_CIPHER_AES_128_CMAC) { in wpa_parse_wpa_ie_rsn()
2720 case WPA_CIPHER_AES_128_CMAC: in wpa_cipher_txt()
3008 case WPA_CIPHER_AES_128_CMAC: in wpa_cipher_key_len()
3047 case WPA_CIPHER_AES_128_CMAC: in wpa_cipher_to_alg()
3097 if (cipher & WPA_CIPHER_AES_128_CMAC) in wpa_cipher_to_suite()
3242 val |= WPA_CIPHER_AES_128_CMAC; in wpa_parse_cipher()
3304 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.h49 (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.c348 conf->group_mgmt_cipher != WPA_CIPHER_AES_128_CMAC) { in wpa_write_rsn_ie()
359 case WPA_CIPHER_AES_128_CMAC: in wpa_write_rsn_ie()
1249 case WPA_CIPHER_AES_128_CMAC: in wpa_auth_write_fd_rsn_info()
H A Dap_config.c104 bss->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC; in hostapd_config_defaults_bss()
/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_ft.c312 case WPA_CIPHER_AES_128_CMAC: in wpa_ft_gen_req_ies()
900 if (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC && in wpa_ft_process_igtk_subelem()
963 (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC && in wpa_ft_process_bigtk_subelem()
H A Dwpa.c5977 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.c1440 if (sel & WPA_CIPHER_AES_128_CMAC) { in wpas_set_mgmt_group_cipher()
1441 wpa_s->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC; in wpas_set_mgmt_group_cipher()
1804 WPA_CIPHER_AES_128_CMAC; in wpa_supplicant_set_suites()
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers.c5556 case WPA_CIPHER_AES_128_CMAC: in wpas_dbus_get_bss_security_prop()
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c3647 bss->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC; in hostapd_config_fill()