Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ie.c289 conf->group_mgmt_cipher != WPA_CIPHER_AES_128_CMAC) { in wpa_write_rsn_ie()
299 switch (conf->group_mgmt_cipher) { in wpa_write_rsn_ie()
315 conf->group_mgmt_cipher); in wpa_write_rsn_ie()
691 if (data.mgmt_group_cipher != wpa_auth->conf.group_mgmt_cipher) in wpa_validate_wpa_ie()
Dwpa_auth_glue.c56 wconf->group_mgmt_cipher = conf->group_mgmt_cipher; in hostapd_wpa_auth_conf()
Dwpa_auth.h160 int group_mgmt_cipher; member
Dap_config.h316 int group_mgmt_cipher; member
Dwpa_auth.c2622 len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in ieee80211w_kde_len()
2635 size_t len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in ieee80211w_kde_add()
3189 len = wpa_cipher_key_len(wpa_auth->conf.group_mgmt_cipher); in wpa_gtk_update()
3314 size_t len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in wpa_wnmsleep_igtk_subelem()
3393 alg = wpa_cipher_to_alg(wpa_auth->conf.group_mgmt_cipher); in wpa_group_config_group_keys()
3394 len = wpa_cipher_key_len(wpa_auth->conf.group_mgmt_cipher); in wpa_group_config_group_keys()
Dap_config.c82 bss->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC; in hostapd_config_defaults_bss()
Dieee802_1x.c387 hapd->conf->group_mgmt_cipher); in add_common_radius_sta_attr_rsn()
/external/wpa_supplicant_8/wpa_supplicant/
Dmesh_rsn.c166 conf.group_mgmt_cipher = rsn->mgmt_group_cipher; in __mesh_rsn_auth_init()
183 rsn->igtk_len = wpa_cipher_key_len(conf.group_mgmt_cipher); in __mesh_rsn_auth_init()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c2948 bss->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC; in hostapd_config_fill()
2950 bss->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_128; in hostapd_config_fill()
2952 bss->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_256; in hostapd_config_fill()
2954 bss->group_mgmt_cipher = WPA_CIPHER_BIP_CMAC_256; in hostapd_config_fill()
DChangeLog238 (group_mgmt_cipher=AES-128-CMAC (default), BIP-GMAC-128, BIP-GMAC-256,