Searched refs:mgtk (Results 1 - 9 of 9) sorted by relevance
/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | mesh_rsn.h | 15 u8 mgtk[16]; member in struct:mesh_rsn
|
H A D | mesh_rsn.c | 170 if (random_get_bytes(rsn->mgtk, 16) < 0) { 177 seq, sizeof(seq), rsn->mgtk, sizeof(rsn->mgtk)); 181 seq, sizeof(seq), rsn->mgtk, sizeof(rsn->mgtk)); 189 os_memset(rsn->mgtk, 0, sizeof(rsn->mgtk)); 491 /* TODO: static mgtk for now since we don't support rekeying! */ 492 os_memcpy(ampe->mgtk, rsn->mgtk, 1 [all...] |
H A D | mesh_mpm.c | 800 sta->mgtk, sizeof(sta->mgtk)); 803 sta->mgtk, sizeof(sta->mgtk)); 806 wpa_hexdump_key(MSG_DEBUG, "mgtk:", 807 sta->mgtk, sizeof(sta->mgtk));
|
/external/wpa_supplicant_8/hostapd/src/ap/ |
H A D | sta_info.h | 88 u8 mgtk[16]; member in struct:sta_info
|
/external/wpa_supplicant_8/src/ap/ |
H A D | sta_info.h | 88 u8 mgtk[16]; member in struct:sta_info
|
/external/wpa_supplicant_8/wpa_supplicant/src/ap/ |
H A D | sta_info.h | 88 u8 mgtk[16]; member in struct:sta_info
|
/external/wpa_supplicant_8/hostapd/src/common/ |
H A D | ieee802_11_defs.h | 701 u8 mgtk[16]; member in struct:ieee80211_ampe_ie
|
/external/wpa_supplicant_8/src/common/ |
H A D | ieee802_11_defs.h | 701 u8 mgtk[16]; member in struct:ieee80211_ampe_ie
|
/external/wpa_supplicant_8/wpa_supplicant/src/common/ |
H A D | ieee802_11_defs.h | 701 u8 mgtk[16]; member in struct:ieee80211_ampe_ie
|
Completed in 169 milliseconds