Home
last modified time | relevance | path

Searched refs:last_gtk (Results 1 – 6 of 6) sorted by relevance

/hostap-3.6.0/src/ap/
Dhostapd.h348 u8 last_gtk[WPA_GTK_MAX_LEN]; member
Dwpa_auth_glue.c491 os_memcpy(hapd->last_gtk, key, key_len); in hostapd_wpa_auth_set_key()
1636 forced_memzero(hapd->last_gtk, WPA_GTK_MAX_LEN); in hostapd_deinit_wpa()
/hostap-3.6.0/wpa_supplicant/
Dwpas_glue.c531 alg != WPA_ALG_NONE && key_len <= sizeof(wpa_s->last_gtk)) { in wpa_supplicant_set_key()
532 os_memcpy(wpa_s->last_gtk, key, key_len); in wpa_supplicant_set_key()
Dwpa_supplicant_i.h1305 u8 last_gtk[32]; member
Dctrl_iface.c972 res = wpa_snprintf_hex(buf, buflen, wpa_s->last_gtk, in wpa_supplicant_ctrl_iface_get()
/hostap-3.6.0/hostapd/
Dctrl_iface.c2380 0, hapd->last_gtk, in hostapd_ctrl_reset_pn()