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.h287 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()
Devents.c705 if (ssid->group_mgmt_cipher && in wpa_supplicant_ssid_bss_match()
706 !(ie.mgmt_group_cipher & ssid->group_mgmt_cipher)) { in wpa_supplicant_ssid_bss_match()
3048 if (ssid->group_mgmt_cipher) in wpa_supplicant_use_own_rsne_params()
3049 sel &= ssid->group_mgmt_cipher; in wpa_supplicant_use_own_rsne_params()
3053 ie.mgmt_group_cipher, ssid->group_mgmt_cipher, sel); in wpa_supplicant_use_own_rsne_params()
Dwpa_supplicant.c1323 if (ssid->group_mgmt_cipher) in wpas_set_mgmt_group_cipher()
1324 sel &= ssid->group_mgmt_cipher; in wpas_set_mgmt_group_cipher()
1330 ie->mgmt_group_cipher, ssid->group_mgmt_cipher, sel); in wpas_set_mgmt_group_cipher()
1681 if (ssid->group_mgmt_cipher & in wpa_supplicant_set_suites()
1685 else if (ssid->group_mgmt_cipher & in wpa_supplicant_set_suites()
1689 else if (ssid->group_mgmt_cipher & in wpa_supplicant_set_suites()
Dconfig.c1281 if (ssid->group_mgmt_cipher == val) in wpa_config_parse_group_mgmt()
1284 ssid->group_mgmt_cipher = val; in wpa_config_parse_group_mgmt()
1293 return wpa_config_write_cipher(ssid->group_mgmt_cipher); in wpa_config_write_group_mgmt()
Dconfig_file.c537 if (!ssid->group_mgmt_cipher) in write_group_mgmt()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth_ie.c340 conf->group_mgmt_cipher != WPA_CIPHER_AES_128_CMAC) { in wpa_write_rsn_ie()
350 switch (conf->group_mgmt_cipher) { in wpa_write_rsn_ie()
366 conf->group_mgmt_cipher); in wpa_write_rsn_ie()
840 if (data.mgmt_group_cipher != wpa_auth->conf.group_mgmt_cipher) in wpa_validate_wpa_ie()
1202 switch (conf->group_mgmt_cipher) { in wpa_auth_write_fd_rsn_info()
Dwpa_auth.c3458 len += wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in ieee80211w_kde_len()
3462 len += wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in ieee80211w_kde_len()
3476 size_t len = wpa_cipher_key_len(conf->group_mgmt_cipher); in ieee80211w_kde_add()
4348 len = wpa_cipher_key_len(conf->group_mgmt_cipher); in wpa_gtk_update()
4361 len = wpa_cipher_key_len(conf->group_mgmt_cipher); in wpa_gtk_update()
4496 size_t len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in wpa_wnmsleep_igtk_subelem()
4534 size_t len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in wpa_wnmsleep_bigtk_subelem()
4624 alg = wpa_cipher_to_alg(conf->group_mgmt_cipher); in wpa_group_config_group_keys()
4625 len = wpa_cipher_key_len(conf->group_mgmt_cipher); in wpa_group_config_group_keys()
Dwpa_auth.h195 int group_mgmt_cipher; member
Dwpa_auth_glue.c74 wconf->group_mgmt_cipher = conf->group_mgmt_cipher; in hostapd_wpa_auth_conf()
Dap_config.h361 int group_mgmt_cipher; member
Dap_config.c102 bss->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC; in hostapd_config_defaults_bss()
Dwpa_auth_ft.c2324 igtk_len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in wpa_ft_igtk_subelem()
2384 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/aidl/
Dsta_network.cpp2120 wpa_ssid->group_mgmt_cipher = group_mgmt_cipher_mask; in setGroupMgmtCipherInternal()
2122 wpa_ssid->group_mgmt_cipher); in setGroupMgmtCipherInternal()
2132 wpa_ssid->group_mgmt_cipher & kAllowedGroupMgmtCipherMask; in getGroupMgmtCipherInternal()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c3415 bss->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC; in hostapd_config_fill()
3417 bss->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_128; in hostapd_config_fill()
3419 bss->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_256; in hostapd_config_fill()
3421 bss->group_mgmt_cipher = WPA_CIPHER_BIP_CMAC_256; in hostapd_config_fill()
DChangeLog415 (group_mgmt_cipher=AES-128-CMAC (default), BIP-GMAC-128, BIP-GMAC-256,