Lines Matching refs:pairwise_cipher
86 sm->pairwise_cipher, kdk_len); in wpa_derive_ptk_ft()
98 ret = wpa_ltf_keyseed(ptk, sm->key_mgmt, sm->pairwise_cipher); in wpa_derive_ptk_ft()
257 if (!wpa_cipher_valid_pairwise(sm->pairwise_cipher)) { in wpa_ft_gen_req_ies()
259 sm->pairwise_cipher); in wpa_ft_gen_req_ies()
264 sm->pairwise_cipher)); in wpa_ft_gen_req_ies()
500 if (!wpa_cipher_valid_pairwise(sm->pairwise_cipher)) { in wpa_ft_install_ptk()
502 sm->pairwise_cipher); in wpa_ft_install_ptk()
506 alg = wpa_cipher_to_alg(sm->pairwise_cipher); in wpa_ft_install_ptk()
507 keylen = wpa_cipher_key_len(sm->pairwise_cipher); in wpa_ft_install_ptk()
518 wpa_sm_store_ptk(sm, bssid, sm->pairwise_cipher, in wpa_ft_install_ptk()
714 sm->pairwise_cipher, in wpa_ft_process_response()
727 wpa_ltf_keyseed(&sm->ptk, sm->key_mgmt, sm->pairwise_cipher)) { in wpa_ft_process_response()