Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
Dwpa.c213 if (sm->ptk_set) in wpa_sm_key_request()
215 if (sm->ptk_set && mic_len) in wpa_sm_key_request()
237 error, pairwise, sm->ptk_set, (unsigned long) rlen); in wpa_sm_key_request()
1925 sm->ptk_set = 1; in wpa_supplicant_verify_eapol_key_mic()
1939 if (!ok && sm->ptk_set) { in wpa_supplicant_verify_eapol_key_mic()
1983 if (!sm->ptk_set) { in wpa_supplicant_decrypt_key_data()
2134 else if (sm->ptk_set) in wpa_supp_aead_decrypt()
2172 sm->ptk_set = 1; in wpa_supp_aead_decrypt()
2765 sm->ptk_set = 0; in wpa_sm_notify_assoc()
3370 sm->ptk_set = 0; in wpa_sm_drop_sa()
[all …]
Dwpa_i.h24 int ptk_set, tptk_set; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
Dwpa.c223 if (sm->ptk_set) in wpa_sm_key_request()
225 if (sm->ptk_set && mic_len) in wpa_sm_key_request()
247 error, pairwise, sm->ptk_set, (unsigned long) rlen); in wpa_sm_key_request()
2194 sm->ptk_set = 1; in wpa_supplicant_verify_eapol_key_mic()
2208 if (!ok && sm->ptk_set) { in wpa_supplicant_verify_eapol_key_mic()
2252 if (!sm->ptk_set) { in wpa_supplicant_decrypt_key_data()
2413 else if (sm->ptk_set) in wpa_supp_aead_decrypt()
2451 sm->ptk_set = 1; in wpa_supp_aead_decrypt()
3050 sm->ptk_set = 0; in wpa_sm_notify_assoc()
3840 sm->ptk_set = 0; in wpa_sm_drop_sa()
[all …]
Dwpa_i.h29 int ptk_set, tptk_set; member