Searched refs:last_gtk (Results 1 – 6 of 6) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | hostapd.h | 376 u8 last_gtk[WPA_GTK_MAX_LEN]; member
|
D | wpa_auth_glue.c | 503 os_memcpy(hapd->last_gtk, key, key_len); in hostapd_wpa_auth_set_key() 1688 forced_memzero(hapd->last_gtk, WPA_GTK_MAX_LEN); in hostapd_deinit_wpa()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpas_glue.c | 553 alg != WPA_ALG_NONE && key_len <= sizeof(wpa_s->last_gtk)) { in wpa_supplicant_set_key() 554 os_memcpy(wpa_s->last_gtk, key, key_len); in wpa_supplicant_set_key()
|
D | wpa_supplicant_i.h | 1300 u8 last_gtk[32]; member
|
D | ctrl_iface.c | 980 res = wpa_snprintf_hex(buf, buflen, wpa_s->last_gtk, in wpa_supplicant_ctrl_iface_get()
|
/external/wpa_supplicant_8/hostapd/ |
D | ctrl_iface.c | 2152 0, hapd->last_gtk, in hostapd_ctrl_reset_pn()
|