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()
287 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()
705 if (ssid->group_mgmt_cipher && in wpa_supplicant_ssid_bss_match()706 !(ie.mgmt_group_cipher & ssid->group_mgmt_cipher)) { in wpa_supplicant_ssid_bss_match()3048 if (ssid->group_mgmt_cipher) in wpa_supplicant_use_own_rsne_params()3049 sel &= ssid->group_mgmt_cipher; in wpa_supplicant_use_own_rsne_params()3053 ie.mgmt_group_cipher, ssid->group_mgmt_cipher, sel); in wpa_supplicant_use_own_rsne_params()
1323 if (ssid->group_mgmt_cipher) in wpas_set_mgmt_group_cipher()1324 sel &= ssid->group_mgmt_cipher; in wpas_set_mgmt_group_cipher()1330 ie->mgmt_group_cipher, ssid->group_mgmt_cipher, sel); in wpas_set_mgmt_group_cipher()1681 if (ssid->group_mgmt_cipher & in wpa_supplicant_set_suites()1685 else if (ssid->group_mgmt_cipher & in wpa_supplicant_set_suites()1689 else if (ssid->group_mgmt_cipher & in wpa_supplicant_set_suites()
1281 if (ssid->group_mgmt_cipher == val) in wpa_config_parse_group_mgmt()1284 ssid->group_mgmt_cipher = val; in wpa_config_parse_group_mgmt()1293 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()
340 conf->group_mgmt_cipher != WPA_CIPHER_AES_128_CMAC) { in wpa_write_rsn_ie()350 switch (conf->group_mgmt_cipher) { in wpa_write_rsn_ie()366 conf->group_mgmt_cipher); in wpa_write_rsn_ie()840 if (data.mgmt_group_cipher != wpa_auth->conf.group_mgmt_cipher) in wpa_validate_wpa_ie()1202 switch (conf->group_mgmt_cipher) { in wpa_auth_write_fd_rsn_info()
3458 len += wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in ieee80211w_kde_len()3462 len += wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in ieee80211w_kde_len()3476 size_t len = wpa_cipher_key_len(conf->group_mgmt_cipher); in ieee80211w_kde_add()4348 len = wpa_cipher_key_len(conf->group_mgmt_cipher); in wpa_gtk_update()4361 len = wpa_cipher_key_len(conf->group_mgmt_cipher); in wpa_gtk_update()4496 size_t len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in wpa_wnmsleep_igtk_subelem()4534 size_t len = wpa_cipher_key_len(sm->wpa_auth->conf.group_mgmt_cipher); in wpa_wnmsleep_bigtk_subelem()4624 alg = wpa_cipher_to_alg(conf->group_mgmt_cipher); in wpa_group_config_group_keys()4625 len = wpa_cipher_key_len(conf->group_mgmt_cipher); in wpa_group_config_group_keys()
195 int group_mgmt_cipher; member
74 wconf->group_mgmt_cipher = conf->group_mgmt_cipher; in hostapd_wpa_auth_conf()
361 int group_mgmt_cipher; member
102 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()2384 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()
2120 wpa_ssid->group_mgmt_cipher = group_mgmt_cipher_mask; in setGroupMgmtCipherInternal()2122 wpa_ssid->group_mgmt_cipher); in setGroupMgmtCipherInternal()2132 wpa_ssid->group_mgmt_cipher & kAllowedGroupMgmtCipherMask; in getGroupMgmtCipherInternal()
3415 bss->group_mgmt_cipher = WPA_CIPHER_AES_128_CMAC; in hostapd_config_fill()3417 bss->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_128; in hostapd_config_fill()3419 bss->group_mgmt_cipher = WPA_CIPHER_BIP_GMAC_256; in hostapd_config_fill()3421 bss->group_mgmt_cipher = WPA_CIPHER_BIP_CMAC_256; in hostapd_config_fill()
415 (group_mgmt_cipher=AES-128-CMAC (default), BIP-GMAC-128, BIP-GMAC-256,