Home
last modified time | relevance | path

Searched refs:tk_set (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/wpa/src/rsn_supp/
H A Dtdls.c116 int tk_set; /* TPK-TK configured to the driver */ member
214 if (peer->tk_set) { in wpa_tdls_set_key()
254 peer->tk_set = 1; in wpa_tdls_set_key()
747 peer->tk_set = peer->tpk_set = peer->tpk_success = 0; in wpa_tdls_peer_clear()
1216 peer->tk_set = 0; /* A new nonce results in a new TK */ in wpa_tdls_send_tpk_m1()
2225 peer->tk_set = 0; /* A new nonce results in a new TK */ in wpa_tdls_process_tpk_m1()
H A Dwpa_i.h30 bool tk_set; /* Whether any TK is configured to the driver */ member
H A Dwpa.c932 if (encrypted == FRAME_NOT_ENCRYPTED && sm->tk_set && in wpa_supplicant_process_1_of_4()
1263 sm->tk_set = true; in wpa_supplicant_install_ptk()
4220 sm->tk_set = false; in wpa_sm_clear_ptk()
5249 return sm->tk_set || sm->ptk.installed; in wpa_sm_has_ptk_installed()
6401 sm->tk_set = true; in fils_process_assoc_resp()
H A Dwpa_ft.c516 sm->tk_set = true; in wpa_ft_install_ptk()