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

  /external/wpa_supplicant_8/wpa_supplicant/
mesh_rsn.h 17 u8 mgtk[WPA_TK_MAX_LEN]; member in struct:mesh_rsn
mesh_rsn.c 180 if (random_get_bytes(rsn->mgtk, rsn->mgtk_len) < 0)
202 wpa_hexdump_key(MSG_DEBUG, "mesh: Own TX MGTK",
203 rsn->mgtk, rsn->mgtk_len);
206 rsn->mgtk, rsn->mgtk_len);
214 os_memset(rsn->mgtk, 0, sizeof(rsn->mgtk));
570 /* TODO: static mgtk for now since we don't support rekeying! */
573 * MGTK[variable] || Key RSC[8] || GTKExpirationTime[4]
575 os_memcpy(pos, rsn->mgtk, rsn->mgtk_len);
741 * MGTK[variable] || Key RSC[8] || GTKExpirationTime[4
    [all...]
mesh_mpm.c 825 wpa_hexdump_key(MSG_DEBUG, "mesh: RX MGTK Key RSC",
827 wpa_hexdump_key(MSG_DEBUG, "mesh: RX MGTK",
828 sta->mgtk, sta->mgtk_len);
832 sta->mgtk, sta->mgtk_len);
    [all...]
  /external/wpa_supplicant_8/src/ap/
sta_info.h 95 u8 mgtk[WPA_TK_MAX_LEN]; member in struct:sta_info

Completed in 75 milliseconds