Lines Matching refs:pairwise_cipher

246 	else if (sm->pairwise_cipher != WPA_CIPHER_TKIP)  in wpa_sm_key_request()
756 sm->pairwise_cipher, z, z_len, in wpa_derive_ptk()
766 ret = wpa_ltf_keyseed(ptk, akmp, sm->pairwise_cipher); in wpa_derive_ptk()
934 if (sm->pairwise_cipher == WPA_CIPHER_TKIP) in wpa_supplicant_process_1_of_4_wpa()
1038 if (sm->pairwise_cipher == WPA_CIPHER_TKIP) in wpa_supplicant_process_1_of_4()
1170 wpa_cipher_txt(sm->pairwise_cipher), in wpa_supplicant_key_neg_complete()
1237 if (sm->pairwise_cipher == WPA_CIPHER_NONE) { in wpa_supplicant_install_ptk()
1243 if (!wpa_cipher_valid_pairwise(sm->pairwise_cipher)) { in wpa_supplicant_install_ptk()
1246 sm->pairwise_cipher); in wpa_supplicant_install_ptk()
1250 alg = wpa_cipher_to_alg(sm->pairwise_cipher); in wpa_supplicant_install_ptk()
1251 keylen = wpa_cipher_key_len(sm->pairwise_cipher); in wpa_supplicant_install_ptk()
1257 rsclen = wpa_cipher_rsc_len(sm->pairwise_cipher); in wpa_supplicant_install_ptk()
1291 wpa_sm_store_ptk(sm, sm->bssid, sm->pairwise_cipher, in wpa_supplicant_install_ptk()
1395 if (sm->pairwise_cipher == WPA_CIPHER_NONE) { in wpa_supplicant_install_gtk()
1494 if (tx && sm->pairwise_cipher != WPA_CIPHER_NONE) { in wpa_supplicant_gtk_tx_bit_workaround()
2676 if (keylen != wpa_cipher_key_len(sm->pairwise_cipher)) { in wpa_supplicant_process_3_of_4_wpa()
2679 wpa_cipher_txt(sm->pairwise_cipher), keylen, in wpa_supplicant_process_3_of_4_wpa()
2845 if (keylen != wpa_cipher_key_len(sm->pairwise_cipher)) { in wpa_supplicant_process_3_of_4()
2848 ")", wpa_cipher_txt(sm->pairwise_cipher), keylen, in wpa_supplicant_process_3_of_4()
3754 if (sm->pairwise_cipher == WPA_CIPHER_CCMP && in wpa_sm_rx_eapol_wpa()
3977 sm->pairwise_cipher != WPA_CIPHER_TKIP) { in wpa_sm_rx_eapol()
4019 } else if (sm->pairwise_cipher == WPA_CIPHER_CCMP && in wpa_sm_rx_eapol()
4032 } else if (sm->pairwise_cipher == WPA_CIPHER_GCMP && in wpa_sm_rx_eapol()
4224 sm->pairwise_cipher)), in wpa_sm_get_mib()
4230 sm->pairwise_cipher)), in wpa_sm_get_mib()
4915 sm->pairwise_cipher = value; in wpa_sm_set_param()
5047 wpa_cipher_txt(sm->pairwise_cipher), in wpa_sm_get_status()
6182 sm->key_mgmt, sm->pairwise_cipher, in fils_process_auth()
6192 wpa_ltf_keyseed(&sm->ptk, sm->key_mgmt, sm->pairwise_cipher)) { in fils_process_auth()
6274 if (!wpa_cipher_valid_pairwise(sm->pairwise_cipher)) { in fils_ft_build_assoc_req_rsne()
6276 sm->pairwise_cipher); in fils_ft_build_assoc_req_rsne()
6281 sm->pairwise_cipher)); in fils_ft_build_assoc_req_rsne()
6740 alg = wpa_cipher_to_alg(sm->pairwise_cipher); in fils_process_assoc_resp()
6741 keylen = wpa_cipher_key_len(sm->pairwise_cipher); in fils_process_assoc_resp()
6748 rsclen = wpa_cipher_rsc_len(sm->pairwise_cipher); in fils_process_assoc_resp()
6761 wpa_sm_store_ptk(sm, sm->bssid, sm->pairwise_cipher, in fils_process_assoc_resp()