Searched refs:group_mgmt_cipher (Results 1 – 18 of 18) sorted by relevance
126 int group_mgmt_cipher) in rsne_write_data() argument345 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()
825 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 …]
202 int group_mgmt_cipher; member
366 int group_mgmt_cipher; member
80 wconf->group_mgmt_cipher = conf->group_mgmt_cipher; in hostapd_wpa_auth_conf()
107 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()
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()
302 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()
742 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()
1408 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()
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()
214 conf.group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC; in auth_init_group()
3716 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()
452 (group_mgmt_cipher=AES-128-CMAC (default), BIP-GMAC-128, BIP-GMAC-256,