Searched refs:ptk_set (Results 1 – 2 of 2) sorted by relevance
263 if (sm->ptk_set) in wpa_sm_key_request()265 if (sm->ptk_set && mic_len) in wpa_sm_key_request()287 error, pairwise, sm->ptk_set, (unsigned long) rlen); in wpa_sm_key_request()597 if (sm->ptk_set && sm->proto != WPA_PROTO_WPA) in wpa_supplicant_send_2_of_4()3140 sm->ptk_set = 1; in wpa_supplicant_verify_eapol_key_mic()3154 if (!ok && sm->ptk_set) { in wpa_supplicant_verify_eapol_key_mic()3198 if (!sm->ptk_set) { in wpa_supplicant_decrypt_key_data()3359 else if (sm->ptk_set) in wpa_supp_aead_decrypt()3397 sm->ptk_set = 1; in wpa_supp_aead_decrypt()4069 sm->ptk_set = 0; in wpa_sm_clear_ptk()[all …]
29 int ptk_set, tptk_set; member