Searched refs:last_gtk (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13-stable/contrib/wpa/wpa_supplicant/ |
| HD | wpas_glue.c | 545 alg != WPA_ALG_NONE && key_len <= sizeof(wpa_s->last_gtk)) { in wpa_supplicant_set_key() 546 os_memcpy(wpa_s->last_gtk, key, key_len); in wpa_supplicant_set_key()
|
| HD | wpa_supplicant_i.h | 1326 u8 last_gtk[32]; member
|
| HD | ctrl_iface.c | 1005 res = wpa_snprintf_hex(buf, buflen, wpa_s->last_gtk, in wpa_supplicant_ctrl_iface_get()
|
| /freebsd-13-stable/contrib/wpa/src/ap/ |
| HD | hostapd.h | 383 u8 last_gtk[WPA_GTK_MAX_LEN]; member
|
| HD | wpa_auth_glue.c | 511 os_memcpy(hapd->last_gtk, key, key_len); in hostapd_wpa_auth_set_key() 1833 forced_memzero(hapd->last_gtk, WPA_GTK_MAX_LEN); in hostapd_deinit_wpa()
|
| /freebsd-13-stable/contrib/wpa/hostapd/ |
| HD | ctrl_iface.c | 2170 0, hapd->last_gtk, in hostapd_ctrl_reset_pn()
|