Searched refs:group_mgmt_cipher (Results 1 – 16 of 16) sorted by relevance
319 conf->group_mgmt_cipher != WPA_CIPHER_AES_128_CMAC) { in wpa_write_rsn_ie()329 switch (conf->group_mgmt_cipher) { in wpa_write_rsn_ie()345 conf->group_mgmt_cipher); in wpa_write_rsn_ie()769 if (data.mgmt_group_cipher != wpa_auth->conf.group_mgmt_cipher) in wpa_validate_wpa_ie()
192 int group_mgmt_cipher; member
69 wconf->group_mgmt_cipher = conf->group_mgmt_cipher; in hostapd_wpa_auth_conf()
352 int group_mgmt_cipher; member
3054 len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in ieee80211w_kde_len()3067 size_t len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in ieee80211w_kde_add()3752 len = wpa_cipher_key_len(wpa_auth->conf.group_mgmt_cipher); in wpa_gtk_update()3877 size_t len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in wpa_wnmsleep_igtk_subelem()3956 alg = wpa_cipher_to_alg(wpa_auth->conf.group_mgmt_cipher); in wpa_group_config_group_keys()3957 len = wpa_cipher_key_len(wpa_auth->conf.group_mgmt_cipher); in wpa_group_config_group_keys()
92 bss->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC; in hostapd_config_defaults_bss()
414 hapd->conf->group_mgmt_cipher); in add_common_radius_sta_attr_rsn()
2253 igtk_len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in wpa_ft_igtk_subelem()
249 int group_mgmt_cipher; member
171 conf.group_mgmt_cipher = rsn->mgmt_group_cipher; in __mesh_rsn_auth_init()191 rsn->igtk_len = wpa_cipher_key_len(conf.group_mgmt_cipher); in __mesh_rsn_auth_init()
1318 if (ssid->group_mgmt_cipher & in wpa_supplicant_set_suites()1322 else if (ssid->group_mgmt_cipher & in wpa_supplicant_set_suites()1326 else if (ssid->group_mgmt_cipher & in wpa_supplicant_set_suites()1531 if (ssid->group_mgmt_cipher) in wpa_supplicant_set_suites()1532 sel &= ssid->group_mgmt_cipher; in wpa_supplicant_set_suites()1538 ie.mgmt_group_cipher, ssid->group_mgmt_cipher, sel); in wpa_supplicant_set_suites()
1208 if (ssid->group_mgmt_cipher == val) in wpa_config_parse_group_mgmt()1211 ssid->group_mgmt_cipher = val; in wpa_config_parse_group_mgmt()1220 return wpa_config_write_cipher(ssid->group_mgmt_cipher); in wpa_config_write_group_mgmt()
612 if (!ssid->group_mgmt_cipher) in write_group_mgmt()
599 if (ssid->group_mgmt_cipher && in wpa_supplicant_ssid_bss_match()600 !(ie.mgmt_group_cipher & ssid->group_mgmt_cipher)) { in wpa_supplicant_ssid_bss_match()
3380 bss->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC;3382 bss->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_128;3384 bss->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_256;3386 bss->group_mgmt_cipher = WPA_CIPHER_BIP_CMAC_256;
372 (group_mgmt_cipher=AES-128-CMAC (default), BIP-GMAC-128, BIP-GMAC-256,