Searched refs:group_mgmt_cipher (Results 1 – 18 of 18) 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()
261 int group_mgmt_cipher; member
171 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()
1407 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()
1257 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()
528 if (!ssid->group_mgmt_cipher) in write_group_mgmt()
626 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()
330 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()
3226 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()
195 int group_mgmt_cipher; member
352 int group_mgmt_cipher; member
73 wconf->group_mgmt_cipher = conf->group_mgmt_cipher; in hostapd_wpa_auth_conf()
102 bss->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC; in hostapd_config_defaults_bss()
2272 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()
416 hapd->conf->group_mgmt_cipher); in add_common_radius_sta_attr_rsn()
2214 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()
3408 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;
372 (group_mgmt_cipher=AES-128-CMAC (default), BIP-GMAC-128, BIP-GMAC-256,