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.c212 if (sm->ptk_set) in wpa_sm_key_request()
214 if (sm->ptk_set && mic_len) in wpa_sm_key_request()
236 error, pairwise, sm->ptk_set, (unsigned long) rlen); in wpa_sm_key_request()
1737 sm->ptk_set = 1; in wpa_supplicant_verify_eapol_key_mic()
1751 if (!ok && sm->ptk_set) { in wpa_supplicant_verify_eapol_key_mic()
1787 if (!sm->ptk_set) { in wpa_supplicant_decrypt_key_data()
1930 else if (sm->ptk_set) in wpa_supp_aead_decrypt()
1968 sm->ptk_set = 1; in wpa_supp_aead_decrypt()
2562 sm->ptk_set = 0; in wpa_sm_notify_assoc()
3150 sm->ptk_set = 0; in wpa_sm_drop_sa()
[all …]
Dwpa_i.h24 int ptk_set, tptk_set; member