Home
last modified time | relevance | path

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

/hostap-latest/wlantest/
Dinject.c218 if (tk == NULL && !sta->ptk_set) { in wlantest_inject_prot()
313 if (sta && !sta->ptk_set) { in wlantest_inject()
321 if (sta && sta->ptk_set) in wlantest_inject()
Drx_eapol.c259 if (sta->ptk_set) { in try_pmk()
301 if (!sta->ptk_set) { in derive_ptk()
323 sta->ptk_set = 1; in derive_ptk()
450 if (!sta->ptk_set && !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()
1209 if (!sta->ptk_set && !sta->tptk_set) { in rx_data_eapol_key_4_of_4()
1232 sta->ptk_set = 1; in rx_data_eapol_key_4_of_4()
1277 if (!sta->ptk_set) { in rx_data_eapol_key_1_of_2()
1283 if (sta->ptk_set && in rx_data_eapol_key_1_of_2()
1417 if (!sta->ptk_set) { in rx_data_eapol_key_2_of_2()
[all …]
Drx_data.c442 if (!sta || !sta->ptk_set) { in rx_data_bss_prot()
447 if (sta2 && (!sta || sta2->ptk_set)) { in rx_data_bss_prot()
510 (!sta->ptk_set && sta->pairwise_cipher != WPA_CIPHER_WEP40)) && in rx_data_bss_prot()
676 } else if (sta->ptk_set) { in rx_data_bss_prot()
741 sta->ptk_set = 1; in rx_data_bss_prot()
Dsta.c312 sta->ptk_set = 1; in sta_copy_ptk()
Dwlantest.h88 int ptk_set; member
Drx_mgmt.c1089 sta->ptk_set = 1; in try_rmsk()
1271 if (!sta->ptk_set) in decrypt_fils_assoc_resp()
3354 if (sta == NULL || !sta->ptk_set) { in mgmt_decrypt()
/hostap-latest/src/rsn_supp/
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()
643 if (sm->ptk_set && sm->proto != WPA_PROTO_WPA) in wpa_supplicant_send_2_of_4()
3458 sm->ptk_set = 1; in wpa_supplicant_verify_eapol_key_mic()
3472 if (!ok && sm->ptk_set) { in wpa_supplicant_verify_eapol_key_mic()
3516 if (!sm->ptk_set) { in wpa_supplicant_decrypt_key_data()
3677 else if (sm->ptk_set) in wpa_supp_aead_decrypt()
3715 sm->ptk_set = 1; in wpa_supp_aead_decrypt()
4397 sm->ptk_set = 0; in wpa_sm_clear_ptk()
5609 return sm->ptk_set; in wpa_sm_has_ft_keys()
[all …]
Dwpa_i.h29 int ptk_set, tptk_set; member