Lines Matching refs:group_cipher
1171 wpa_cipher_txt(sm->group_cipher)); in wpa_supplicant_key_neg_complete()
1329 int group_cipher, in wpa_supplicant_check_group_cipher() argument
1336 *alg = wpa_cipher_to_alg(group_cipher); in wpa_supplicant_check_group_cipher()
1340 group_cipher); in wpa_supplicant_check_group_cipher()
1343 *key_rsc_len = wpa_cipher_rsc_len(group_cipher); in wpa_supplicant_check_group_cipher()
1345 klen = wpa_cipher_key_len(group_cipher); in wpa_supplicant_check_group_cipher()
1349 wpa_cipher_txt(group_cipher), keylen, maxkeylen); in wpa_supplicant_check_group_cipher()
1388 if (sm->group_cipher == WPA_CIPHER_TKIP) { in wpa_supplicant_install_gtk()
1459 if (sm->group_cipher == WPA_CIPHER_TKIP) { in wpa_supplicant_install_mlo_gtk()
1517 rsclen = wpa_cipher_rsc_len(sm->group_cipher); in wpa_supplicant_rsc_relaxation()
1574 if (wpa_supplicant_check_group_cipher(sm, sm->group_cipher, gtk_len, in wpa_supplicant_mlo_gtk()
1650 if (sm->group_cipher != WPA_CIPHER_GTK_NOT_USED && in wpa_supplicant_pairwise_gtk()
1651 (wpa_supplicant_check_group_cipher(sm, sm->group_cipher, in wpa_supplicant_pairwise_gtk()
2936 } else if (sm->group_cipher == WPA_CIPHER_GTK_NOT_USED) { in wpa_supplicant_process_3_of_4()
2957 if (mlo || sm->group_cipher == WPA_CIPHER_GTK_NOT_USED || ie.gtk) in wpa_supplicant_process_3_of_4()
3158 wpa_cipher_txt(sm->group_cipher)); in wpa_supplicant_process_mlo_1_of_2()
3212 wpa_supplicant_check_group_cipher(sm, sm->group_cipher, in wpa_supplicant_process_1_of_2_wpa()
3289 MAC2STR(sm->bssid), wpa_cipher_txt(sm->group_cipher)); in wpa_supplicant_process_1_of_2_wpa()
3387 if (wpa_supplicant_check_group_cipher(sm, sm->group_cipher, in wpa_supplicant_process_1_of_2()
3414 MAC2STR(sm->bssid), wpa_cipher_txt(sm->group_cipher)); in wpa_supplicant_process_1_of_2()
3759 if (sm->group_cipher != WPA_CIPHER_CCMP && in wpa_sm_rx_eapol_wpa()
4203 wpa_cipher_key_len(sm->group_cipher) * 8, in wpa_sm_get_mib()
4226 sm->group_cipher)), in wpa_sm_get_mib()
4232 sm->group_cipher)), in wpa_sm_get_mib()
4918 sm->group_cipher = value; in wpa_sm_set_param()
5048 wpa_cipher_txt(sm->group_cipher), in wpa_sm_get_status()
5651 keylen = wpa_cipher_key_len(sm->group_cipher); in wpa_wnmsleep_install_key()
5652 gd.key_rsc_len = wpa_cipher_rsc_len(sm->group_cipher); in wpa_wnmsleep_install_key()
5653 gd.alg = wpa_cipher_to_alg(sm->group_cipher); in wpa_wnmsleep_install_key()
6261 if (!wpa_cipher_valid_group(sm->group_cipher)) { in fils_ft_build_assoc_req_rsne()
6263 sm->group_cipher); in fils_ft_build_assoc_req_rsne()
6268 sm->group_cipher)); in fils_ft_build_assoc_req_rsne()
6713 if (wpa_supplicant_check_group_cipher(sm, sm->group_cipher, in fils_process_assoc_resp()