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.c133 if (sm->ptk_set) in wpa_sm_key_request()
157 error, pairwise, sm->ptk_set, (unsigned long) rlen); in wpa_sm_key_request()
1587 sm->ptk_set = 1; in wpa_supplicant_verify_eapol_key_mic()
1593 if (!ok && sm->ptk_set) { in wpa_supplicant_verify_eapol_key_mic()
1627 if (!sm->ptk_set) { in wpa_supplicant_decrypt_key_data()
2346 sm->ptk_set = 0; in wpa_sm_notify_assoc()
2875 sm->ptk_set = 0; in wpa_sm_drop_sa()
2892 return sm->ptk_set; in wpa_sm_has_ptk()
3046 sm->ptk_set = 1; in wpa_sm_set_ptk_kck_kek()
Dwpa_i.h25 int ptk_set, tptk_set; member
Dpeerkey.c992 if (sm->proto != WPA_PROTO_RSN || !sm->ptk_set || !sm->peerkey_enabled) in wpa_sm_stkstart()