Searched refs:ptk_set (Results 1 - 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
H A D | wpa.c | 213 if (sm->ptk_set) in wpa_sm_key_request() 215 if (sm->ptk_set && mic_len) in wpa_sm_key_request() 236 "pairwise=%d ptk_set=%d len=%lu)", 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 in wpa_sm_notify_assoc() [all...] |
H A D | wpa_i.h | 24 int ptk_set, tptk_set; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | wpa.c | 271 if (sm->ptk_set) in wpa_sm_key_request() 273 if (sm->ptk_set && mic_len) in wpa_sm_key_request() 294 "pairwise=%d ptk_set=%d len=%lu)", in wpa_sm_key_request() 295 error, pairwise, sm->ptk_set, (unsigned long) rlen); in wpa_sm_key_request() 3273 sm->ptk_set = 1; 3287 if (!ok && sm->ptk_set) { 3331 if (!sm->ptk_set) { 3492 else if (sm->ptk_set) 3530 sm->ptk_set = 1; 4096 sm->ptk_set [all...] |
H A D | wpa_i.h | 29 int ptk_set, tptk_set; member
|
Completed in 11 milliseconds