Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dwpa_auth_ie.c126 int group_mgmt_cipher) in rsne_write_data() argument
345 group_mgmt_cipher != WPA_CIPHER_AES_128_CMAC) { in rsne_write_data()
355 switch (group_mgmt_cipher) { in rsne_write_data()
371 group_mgmt_cipher); in rsne_write_data()
417 conf->ieee80211w, conf->group_mgmt_cipher); in wpa_write_rsn_ie()
447 conf->group_mgmt_cipher); in wpa_write_rsne_override()
477 conf->group_mgmt_cipher); in wpa_write_rsne_override_2()
1117 if (data.mgmt_group_cipher != wpa_auth->conf.group_mgmt_cipher) in wpa_validate_wpa_ie()
1501 switch (conf->group_mgmt_cipher) { in wpa_auth_write_fd_rsn_info()
Dwpa_auth.c825 if (!conf->tx_bss_auth->conf.group_mgmt_cipher)
826 conf->tx_bss_auth->conf.group_mgmt_cipher =
827 conf->group_mgmt_cipher;
4046 len += wpa_cipher_key_len(wpa_auth->conf.group_mgmt_cipher);
4053 len += wpa_cipher_key_len(wpa_auth->conf.group_mgmt_cipher);
4068 size_t len = wpa_cipher_key_len(conf->group_mgmt_cipher);
4102 len = wpa_cipher_key_len(conf->group_mgmt_cipher);
4233 info->igtk_len = wpa_cipher_key_len(a->conf.group_mgmt_cipher);
4299 kde_len += wpa_cipher_key_len(wpa_auth->conf.group_mgmt_cipher);
4307 kde_len += wpa_cipher_key_len(wpa_auth->conf.group_mgmt_cipher);
[all …]
Dwpa_auth.h202 int group_mgmt_cipher; member
Dap_config.h366 int group_mgmt_cipher; member
Dwpa_auth_glue.c80 wconf->group_mgmt_cipher = conf->group_mgmt_cipher; in hostapd_wpa_auth_conf()
Dap_config.c107 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()
2385 bigtk_len = wpa_cipher_key_len(wpa_auth->conf.group_mgmt_cipher); in wpa_ft_bigtk_subelem()
Dieee802_1x.c481 hapd->conf->group_mgmt_cipher); in add_common_radius_sta_attr_rsn()
/hostap-latest/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.h302 int group_mgmt_cipher; member
Dmesh_rsn.c189 conf.group_mgmt_cipher = rsn->mgmt_group_cipher; in __mesh_rsn_auth_init()
207 rsn->igtk_len = wpa_cipher_key_len(conf.group_mgmt_cipher); in __mesh_rsn_auth_init()
Devents.c742 if (ssid->group_mgmt_cipher && in wpa_supplicant_ssid_bss_match()
743 !(ie.mgmt_group_cipher & ssid->group_mgmt_cipher)) { in wpa_supplicant_ssid_bss_match()
3338 if (ssid->group_mgmt_cipher) in wpa_supplicant_use_own_rsne_params()
3339 sel &= ssid->group_mgmt_cipher; in wpa_supplicant_use_own_rsne_params()
3343 ie.mgmt_group_cipher, ssid->group_mgmt_cipher, sel); in wpa_supplicant_use_own_rsne_params()
Dwpa_supplicant.c1408 if (ssid->group_mgmt_cipher) in wpas_set_mgmt_group_cipher()
1409 sel &= ssid->group_mgmt_cipher; in wpas_set_mgmt_group_cipher()
1415 ie->mgmt_group_cipher, ssid->group_mgmt_cipher, sel); in wpas_set_mgmt_group_cipher()
1765 if (ssid->group_mgmt_cipher & in wpa_supplicant_set_suites()
1769 else if (ssid->group_mgmt_cipher & in wpa_supplicant_set_suites()
1773 else if (ssid->group_mgmt_cipher & in wpa_supplicant_set_suites()
Dconfig.c1313 if (ssid->group_mgmt_cipher == val) in wpa_config_parse_group_mgmt()
1316 ssid->group_mgmt_cipher = val; in wpa_config_parse_group_mgmt()
1325 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()
/hostap-latest/tests/fuzzing/eapol-key-auth/
Deapol-key-auth.c214 conf.group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC; in auth_init_group()
/hostap-latest/hostapd/
Dconfig_file.c3716 bss->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC; in hostapd_config_fill()
3718 bss->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_128; in hostapd_config_fill()
3720 bss->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_256; in hostapd_config_fill()
3722 bss->group_mgmt_cipher = WPA_CIPHER_BIP_CMAC_256; in hostapd_config_fill()
DChangeLog452 (group_mgmt_cipher=AES-128-CMAC (default), BIP-GMAC-128, BIP-GMAC-256,