HomeSort by: relevance | last modified time | path
    Searched refs:last_gtk (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
hostapd.h 383 u8 last_gtk[WPA_GTK_MAX_LEN]; member in struct:hostapd_data
wpa_auth_glue.c 511 os_memcpy(hapd->last_gtk, key, key_len);
1833 forced_memzero(hapd->last_gtk, WPA_GTK_MAX_LEN);
  /src/external/bsd/wpa/dist/wpa_supplicant/
wpas_glue.c 545 alg != WPA_ALG_NONE && key_len <= sizeof(wpa_s->last_gtk)) {
546 os_memcpy(wpa_s->last_gtk, key, key_len);
wpa_supplicant_i.h 1326 u8 last_gtk[32]; member in struct:wpa_supplicant
ctrl_iface.c 1008 res = wpa_snprintf_hex(buf, buflen, wpa_s->last_gtk,
  /src/external/bsd/wpa/dist/hostapd/
ctrl_iface.c 2170 0, hapd->last_gtk,

Completed in 31 milliseconds