Home
last modified time | relevance | path

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

/src/contrib/wpa/wpa_supplicant/
H A 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()
H A Dconfig_ssid.h288 int group_mgmt_cipher; member
H A 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()
H A Devents.c738 if (ssid->group_mgmt_cipher && in wpa_supplicant_ssid_bss_match()
739 !(ie.mgmt_group_cipher & ssid->group_mgmt_cipher)) { in wpa_supplicant_ssid_bss_match()
3331 if (ssid->group_mgmt_cipher) in wpa_supplicant_use_own_rsne_params()
3332 sel &= ssid->group_mgmt_cipher; in wpa_supplicant_use_own_rsne_params()
3336 ie.mgmt_group_cipher, ssid->group_mgmt_cipher, sel); in wpa_supplicant_use_own_rsne_params()
H A Dwpa_supplicant.c1432 if (ssid->group_mgmt_cipher) in wpas_set_mgmt_group_cipher()
1433 sel &= ssid->group_mgmt_cipher; in wpas_set_mgmt_group_cipher()
1439 ie->mgmt_group_cipher, ssid->group_mgmt_cipher, sel); in wpas_set_mgmt_group_cipher()
1790 if (ssid->group_mgmt_cipher & in wpa_supplicant_set_suites()
1794 else if (ssid->group_mgmt_cipher & in wpa_supplicant_set_suites()
1798 else if (ssid->group_mgmt_cipher & in wpa_supplicant_set_suites()
H A 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()
H A Dconfig_file.c537 if (!ssid->group_mgmt_cipher) in write_group_mgmt()
/src/contrib/wpa/src/ap/
H A Dwpa_auth_ie.c348 conf->group_mgmt_cipher != WPA_CIPHER_AES_128_CMAC) { in wpa_write_rsn_ie()
358 switch (conf->group_mgmt_cipher) { in wpa_write_rsn_ie()
374 conf->group_mgmt_cipher); in wpa_write_rsn_ie()
864 if (data.mgmt_group_cipher != wpa_auth->conf.group_mgmt_cipher) in wpa_validate_wpa_ie()
1248 switch (conf->group_mgmt_cipher) { in wpa_auth_write_fd_rsn_info()
H A 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;
4016 len += wpa_cipher_key_len(wpa_auth->conf.group_mgmt_cipher);
4023 len += wpa_cipher_key_len(wpa_auth->conf.group_mgmt_cipher);
4038 size_t len = wpa_cipher_key_len(conf->group_mgmt_cipher);
4072 len = wpa_cipher_key_len(conf->group_mgmt_cipher);
4203 info->igtk_len = wpa_cipher_key_len(a->conf.group_mgmt_cipher);
4269 kde_len += wpa_cipher_key_len(wpa_auth->conf.group_mgmt_cipher);
4277 kde_len += wpa_cipher_key_len(wpa_auth->conf.group_mgmt_cipher);
[all …]
H A Dwpa_auth.h196 int group_mgmt_cipher; member
H A Dap_config.h362 int group_mgmt_cipher; member
H A Dwpa_auth_glue.c74 wconf->group_mgmt_cipher = conf->group_mgmt_cipher; in hostapd_wpa_auth_conf()
H A Dap_config.c104 bss->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC; in hostapd_config_defaults_bss()
H A 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()
H A Dieee802_1x.c481 hapd->conf->group_mgmt_cipher); in add_common_radius_sta_attr_rsn()
/src/contrib/wpa/hostapd/
H A Dconfig_file.c3647 bss->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC; in hostapd_config_fill()
3649 bss->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_128; in hostapd_config_fill()
3651 bss->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_256; in hostapd_config_fill()
3653 bss->group_mgmt_cipher = WPA_CIPHER_BIP_CMAC_256; in hostapd_config_fill()
H A DChangeLog452 (group_mgmt_cipher=AES-128-CMAC (default), BIP-GMAC-128, BIP-GMAC-256,