Searched refs:mgtk (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/
H A Dmesh_rsn.h15 u8 mgtk[16]; member in struct:mesh_rsn
H A Dmesh_rsn.c170 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 Dmesh_mpm.c800 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 Dsta_info.h88 u8 mgtk[16]; member in struct:sta_info
/external/wpa_supplicant_8/src/ap/
H A Dsta_info.h88 u8 mgtk[16]; member in struct:sta_info
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dsta_info.h88 u8 mgtk[16]; member in struct:sta_info
/external/wpa_supplicant_8/hostapd/src/common/
H A Dieee802_11_defs.h701 u8 mgtk[16]; member in struct:ieee80211_ampe_ie
/external/wpa_supplicant_8/src/common/
H A Dieee802_11_defs.h701 u8 mgtk[16]; member in struct:ieee80211_ampe_ie
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dieee802_11_defs.h701 u8 mgtk[16]; member in struct:ieee80211_ampe_ie

Completed in 169 milliseconds