Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c207 if (sm->ptk_set) in wpa_sm_key_request()
209 if (sm->ptk_set && mic_len) in wpa_sm_key_request()
231 error, pairwise, sm->ptk_set, (unsigned long) rlen); in wpa_sm_key_request()
1656 sm->ptk_set = 1; in wpa_supplicant_verify_eapol_key_mic()
1662 if (!ok && sm->ptk_set) { in wpa_supplicant_verify_eapol_key_mic()
1697 if (!sm->ptk_set) { in wpa_supplicant_decrypt_key_data()
1832 else if (sm->ptk_set) in wpa_supp_aead_decrypt()
1870 sm->ptk_set = 1; in wpa_supp_aead_decrypt()
2502 sm->ptk_set = 0; in wpa_sm_notify_assoc()
3052 sm->ptk_set = 0; in wpa_sm_drop_sa()
[all …]
Dwpa_i.h25 int ptk_set, tptk_set; member
Dpeerkey.c998 if (sm->proto != WPA_PROTO_RSN || !sm->ptk_set || !sm->peerkey_enabled) in wpa_sm_stkstart()