Home
last modified time | relevance | path

Searched refs:ptk_set (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c263 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 …]
Dwpa_i.h29 int ptk_set, tptk_set; member