Searched refs:WPA_CIPHER_AES_128_CMAC (Results 1 – 11 of 11) sorted by relevance
1440 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()
17 #define WPA_CIPHER_AES_128_CMAC BIT(5) macro
46 (WPA_CIPHER_AES_128_CMAC | WPA_CIPHER_BIP_GMAC_128 | WPA_CIPHER_BIP_GMAC_256 | \
330 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()
102 bss->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC; in hostapd_config_defaults_bss()
288 case WPA_CIPHER_AES_128_CMAC: in wpa_ft_gen_req_ies()873 if (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC && in wpa_ft_process_igtk_subelem()936 (sm->mgmt_group_cipher != WPA_CIPHER_AES_128_CMAC && in wpa_ft_process_bigtk_subelem()
4570 if (sm->mgmt_group_cipher == WPA_CIPHER_AES_128_CMAC) { in fils_ft_build_assoc_req_rsne()
134 conf->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC; in mesh_config_create()
1421 WPA_CIPHER_AES_128_CMAC; in wpa_supplicant_set_suites()1638 if (sel & WPA_CIPHER_AES_128_CMAC) { in wpa_supplicant_set_suites()1639 wpa_s->mgmt_group_cipher = WPA_CIPHER_AES_128_CMAC; in wpa_supplicant_set_suites()
4917 case WPA_CIPHER_AES_128_CMAC: in wpas_dbus_get_bss_security_prop()
3408 bss->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC;