Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dsta_info.h317 u8 last_tk[WPA_TK_MAX_LEN]; member
H A Dsta_info.c474 forced_memzero(sta->last_tk, WPA_TK_MAX_LEN); in ap_free_sta()
H A Dwpa_auth_glue.c487 os_memcpy(sta->last_tk, key, key_len); in hostapd_wpa_auth_set_key()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpas_glue.c557 os_memcpy(wpa_s->last_tk, key, key_len); in wpa_supplicant_set_key()
H A Dwpa_supplicant_i.h1354 u8 last_tk[WPA_TK_MAX_LEN]; member
H A Devents.c422 os_memset(wpa_s->last_tk, 0, sizeof(wpa_s->last_tk)); in wpa_supplicant_mark_disassoc()
H A Dctrl_iface.c10301 wpa_s->last_tk, wpa_s->last_tk_len, in wpas_ctrl_reset_pn()
/freebsd/contrib/wpa/hostapd/
H A Dctrl_iface.c2196 0, sta->last_tk, sta->last_tk_len, in hostapd_ctrl_reset_pn()
2273 sta->last_tk, sta->last_tk_len, in restore_tk()