HomeSort by relevance Sort by last modified time
    Searched refs:last_gtk (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/src/ap/
hostapd.h 310 u8 last_gtk[WPA_GTK_MAX_LEN]; member in struct:hostapd_data
wpa_auth_glue.c 381 os_memcpy(hapd->last_gtk, key, key_len);
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_glue.c 500 alg != WPA_ALG_NONE && key_len <= sizeof(wpa_s->last_gtk)) {
501 os_memcpy(wpa_s->last_gtk, key, key_len);
    [all...]
wpa_supplicant_i.h 1061 u8 last_gtk[32]; member in struct:wpa_supplicant
    [all...]
ctrl_iface.c 746 res = wpa_snprintf_hex(buf, buflen, wpa_s->last_gtk,
    [all...]
  /external/wpa_supplicant_8/hostapd/
ctrl_iface.c     [all...]

Completed in 267 milliseconds