Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa.c235 if (!sm->ptk_set) { in wpa_sm_key_request()
287 error, pairwise, sm->ptk_set, (unsigned long) rlen); in wpa_sm_key_request()
611 if (sm->ptk_set && sm->proto != WPA_PROTO_WPA) in wpa_supplicant_send_2_of_4()
3277 sm->ptk_set = 1; in wpa_supplicant_verify_eapol_key_mic()
3291 if (!ok && sm->ptk_set) { in wpa_supplicant_verify_eapol_key_mic()
3335 if (!sm->ptk_set) { in wpa_supplicant_decrypt_key_data()
3496 else if (sm->ptk_set) in wpa_supp_aead_decrypt()
3534 sm->ptk_set = 1; in wpa_supp_aead_decrypt()
4210 sm->ptk_set = 0; in wpa_sm_clear_ptk()
5240 return sm->ptk_set; in wpa_sm_has_ft_keys()
[all …]
H A Dwpa_i.h29 int ptk_set, tptk_set; member