Home
last modified time | relevance | path

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

/hostap-3.6.0/src/ap/
Dsta_info.h320 u8 last_tk[WPA_TK_MAX_LEN]; member
Dsta_info.c413 forced_memzero(sta->last_tk, WPA_TK_MAX_LEN); in ap_free_sta()
Dwpa_auth_glue.c467 os_memcpy(sta->last_tk, key, key_len); in hostapd_wpa_auth_set_key()
/hostap-3.6.0/wpa_supplicant/
Dwpa_supplicant_i.h1333 u8 last_tk[WPA_TK_MAX_LEN]; member
Dwpas_glue.c543 os_memcpy(wpa_s->last_tk, key, key_len); in wpa_supplicant_set_key()
Devents.c349 os_memset(wpa_s->last_tk, 0, sizeof(wpa_s->last_tk)); in wpa_supplicant_mark_disassoc()
Dctrl_iface.c9919 wpa_s->last_tk, wpa_s->last_tk_len, in wpas_ctrl_reset_pn()
/hostap-3.6.0/hostapd/
Dctrl_iface.c2406 0, sta->last_tk, sta->last_tk_len, in hostapd_ctrl_reset_pn()
2483 sta->last_tk, sta->last_tk_len, in restore_tk()