Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dmesh.c129 if (ssid->group_mgmt_cipher == WPA_CIPHER_BIP_GMAC_128 || in mesh_config_create()
130 ssid->group_mgmt_cipher == WPA_CIPHER_BIP_GMAC_256 || in mesh_config_create()
131 ssid->group_mgmt_cipher == WPA_CIPHER_BIP_CMAC_256) in mesh_config_create()
132 conf->mgmt_group_cipher = ssid->group_mgmt_cipher; in mesh_config_create()
Dconfig_ssid.h261 int group_mgmt_cipher; member
Dmesh_rsn.c171 conf.group_mgmt_cipher = rsn->mgmt_group_cipher; in __mesh_rsn_auth_init()
189 rsn->igtk_len = wpa_cipher_key_len(conf.group_mgmt_cipher); in __mesh_rsn_auth_init()
Dwpa_supplicant.c1407 if (ssid->group_mgmt_cipher & in wpa_supplicant_set_suites()
1411 else if (ssid->group_mgmt_cipher & in wpa_supplicant_set_suites()
1415 else if (ssid->group_mgmt_cipher & in wpa_supplicant_set_suites()
1630 if (ssid->group_mgmt_cipher) in wpa_supplicant_set_suites()
1631 sel &= ssid->group_mgmt_cipher; in wpa_supplicant_set_suites()
1637 ie.mgmt_group_cipher, ssid->group_mgmt_cipher, sel); in wpa_supplicant_set_suites()
Dconfig.c1257 if (ssid->group_mgmt_cipher == val) in wpa_config_parse_group_mgmt()
1260 ssid->group_mgmt_cipher = val; in wpa_config_parse_group_mgmt()
1269 return wpa_config_write_cipher(ssid->group_mgmt_cipher); in wpa_config_write_group_mgmt()
Dconfig_file.c528 if (!ssid->group_mgmt_cipher) in write_group_mgmt()
Devents.c626 if (ssid->group_mgmt_cipher && in wpa_supplicant_ssid_bss_match()
627 !(ie.mgmt_group_cipher & ssid->group_mgmt_cipher)) { in wpa_supplicant_ssid_bss_match()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ie.c330 conf->group_mgmt_cipher != WPA_CIPHER_AES_128_CMAC) { in wpa_write_rsn_ie()
340 switch (conf->group_mgmt_cipher) { in wpa_write_rsn_ie()
356 conf->group_mgmt_cipher); in wpa_write_rsn_ie()
820 if (data.mgmt_group_cipher != wpa_auth->conf.group_mgmt_cipher) in wpa_validate_wpa_ie()
1181 switch (conf->group_mgmt_cipher) { in wpa_auth_write_fd_rsn_info()
Dwpa_auth.c3226 len += wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in ieee80211w_kde_len()
3230 len += wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in ieee80211w_kde_len()
3244 size_t len = wpa_cipher_key_len(conf->group_mgmt_cipher); in ieee80211w_kde_add()
4067 len = wpa_cipher_key_len(conf->group_mgmt_cipher); in wpa_gtk_update()
4080 len = wpa_cipher_key_len(conf->group_mgmt_cipher); in wpa_gtk_update()
4213 size_t len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in wpa_wnmsleep_igtk_subelem()
4251 size_t len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in wpa_wnmsleep_bigtk_subelem()
4341 alg = wpa_cipher_to_alg(conf->group_mgmt_cipher); in wpa_group_config_group_keys()
4342 len = wpa_cipher_key_len(conf->group_mgmt_cipher); in wpa_group_config_group_keys()
Dwpa_auth.h195 int group_mgmt_cipher; member
Dap_config.h352 int group_mgmt_cipher; member
Dwpa_auth_glue.c73 wconf->group_mgmt_cipher = conf->group_mgmt_cipher; in hostapd_wpa_auth_conf()
Dap_config.c102 bss->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC; in hostapd_config_defaults_bss()
Dwpa_auth_ft.c2272 igtk_len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in wpa_ft_igtk_subelem()
2332 bigtk_len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in wpa_ft_bigtk_subelem()
Dieee802_1x.c416 hapd->conf->group_mgmt_cipher); in add_common_radius_sta_attr_rsn()
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.4/
Dsta_network.cpp2214 wpa_ssid->group_mgmt_cipher = group_mgmt_cipher_mask; in setGroupMgmtCipherInternal()
2216 wpa_ssid->group_mgmt_cipher); in setGroupMgmtCipherInternal()
2225 wpa_ssid->group_mgmt_cipher & kAllowedGroupMgmtCipherMask}; in getGroupMgmtCipherInternal()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c3408 bss->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC;
3410 bss->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_128;
3412 bss->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_256;
3414 bss->group_mgmt_cipher = WPA_CIPHER_BIP_CMAC_256;
DChangeLog372 (group_mgmt_cipher=AES-128-CMAC (default), BIP-GMAC-128, BIP-GMAC-256,