Searched refs:group_mgmt_cipher (Results 1 – 9 of 9) sorted by relevance
265 conf->group_mgmt_cipher != WPA_CIPHER_AES_128_CMAC) { in wpa_write_rsn_ie()275 switch (conf->group_mgmt_cipher) { in wpa_write_rsn_ie()291 conf->group_mgmt_cipher); in wpa_write_rsn_ie()643 if (data.mgmt_group_cipher != wpa_auth->conf.group_mgmt_cipher) in wpa_validate_wpa_ie()
54 wconf->group_mgmt_cipher = conf->group_mgmt_cipher; in hostapd_wpa_auth_conf()
158 int group_mgmt_cipher; member
305 int group_mgmt_cipher; member
2145 len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in ieee80211w_kde_len()2158 size_t len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in ieee80211w_kde_add()2705 len = wpa_cipher_key_len(wpa_auth->conf.group_mgmt_cipher); in wpa_gtk_update()2830 size_t len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in wpa_wnmsleep_igtk_subelem()2909 alg = wpa_cipher_to_alg(wpa_auth->conf.group_mgmt_cipher); in wpa_group_config_group_keys()2910 len = wpa_cipher_key_len(wpa_auth->conf.group_mgmt_cipher); in wpa_group_config_group_keys()
79 bss->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC; in hostapd_config_defaults_bss()
384 hapd->conf->group_mgmt_cipher); in add_common_radius_sta_attr_rsn()
2836 bss->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC; in hostapd_config_fill()2838 bss->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_128; in hostapd_config_fill()2840 bss->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_256; in hostapd_config_fill()2842 bss->group_mgmt_cipher = WPA_CIPHER_BIP_CMAC_256; in hostapd_config_fill()
165 (group_mgmt_cipher=AES-128-CMAC (default), BIP-GMAC-128, BIP-GMAC-256,