Home
last modified time | relevance | path

Searched refs:group_mgmt_cipher (Results 1 – 9 of 9) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ie.c265 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()
Dwpa_auth_glue.c54 wconf->group_mgmt_cipher = conf->group_mgmt_cipher; in hostapd_wpa_auth_conf()
Dwpa_auth.h158 int group_mgmt_cipher; member
Dap_config.h305 int group_mgmt_cipher; member
Dwpa_auth.c2145 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()
Dap_config.c79 bss->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC; in hostapd_config_defaults_bss()
Dieee802_1x.c384 hapd->conf->group_mgmt_cipher); in add_common_radius_sta_attr_rsn()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c2836 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()
DChangeLog165 (group_mgmt_cipher=AES-128-CMAC (default), BIP-GMAC-128, BIP-GMAC-256,