Searched refs:group_mgmt_cipher (Results 1 – 17 of 17) sorted by relevance
129 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()
288 int group_mgmt_cipher; member
189 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()
738 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()
1432 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()
1313 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()
537 if (!ssid->group_mgmt_cipher) in write_group_mgmt()
348 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()
825 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 …]
196 int group_mgmt_cipher; member
362 int group_mgmt_cipher; member
74 wconf->group_mgmt_cipher = conf->group_mgmt_cipher; in hostapd_wpa_auth_conf()
104 bss->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC; in hostapd_config_defaults_bss()
2324 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()
481 hapd->conf->group_mgmt_cipher); in add_common_radius_sta_attr_rsn()
3647 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()
452 (group_mgmt_cipher=AES-128-CMAC (default), BIP-GMAC-128, BIP-GMAC-256,