Home
last modified time | relevance | path

Searched refs:tptk_set (Results 1 – 5 of 5) sorted by relevance

/hostap-latest/wlantest/
Drx_eapol.c272 sta->tptk_set = 1; in try_pmk()
450 if (!sta->ptk_set && !sta->tptk_set) { in rx_data_eapol_key_2_of_4()
458 if (sta->tptk_set) { in rx_data_eapol_key_2_of_4()
986 if (!sta->ptk_set && !sta->tptk_set) { in rx_data_eapol_key_3_of_4()
996 if (sta->tptk_set) { in rx_data_eapol_key_3_of_4()
1209 if (!sta->ptk_set && !sta->tptk_set) { in rx_data_eapol_key_4_of_4()
1217 if (sta->tptk_set) { in rx_data_eapol_key_4_of_4()
1229 if (sta->tptk_set) { in rx_data_eapol_key_4_of_4()
1233 sta->tptk_set = 0; in rx_data_eapol_key_4_of_4()
Dwlantest.h90 int tptk_set; member
Drx_data.c729 } else if (sta->tptk_set) { in rx_data_bss_prot()
742 sta->tptk_set = 0; in rx_data_bss_prot()
/hostap-latest/src/rsn_supp/
Dwpa.c936 sm->tptk_set = 1; in wpa_supplicant_process_1_of_4_wpa()
1040 sm->tptk_set = 1; in wpa_supplicant_process_1_of_4()
3438 if (sm->tptk_set) { in wpa_supplicant_verify_eapol_key_mic()
3457 sm->tptk_set = 0; in wpa_supplicant_verify_eapol_key_mic()
3675 if (sm->tptk_set) in wpa_supp_aead_decrypt()
3713 if (sm->tptk_set) { in wpa_supp_aead_decrypt()
3714 sm->tptk_set = 0; in wpa_supp_aead_decrypt()
4399 sm->tptk_set = 0; in wpa_sm_clear_ptk()
6202 sm->tptk_set = 0; in fils_process_auth()
Dwpa_i.h29 int ptk_set, tptk_set; member