Searched refs:mgtk (Results 1 - 8 of 8) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | mesh_rsn.c | 185 if (random_get_bytes(rsn->mgtk, rsn->mgtk_len) < 0) in __mesh_rsn_auth_init() 208 rsn->mgtk, rsn->mgtk_len); in __mesh_rsn_auth_init() 211 rsn->mgtk, rsn->mgtk_len); in __mesh_rsn_auth_init() 219 os_memset(rsn->mgtk, 0, sizeof(rsn->mgtk)); in mesh_rsn_deinit() 581 /* TODO: static mgtk for now since we don't support rekeying! */ in mesh_rsn_protect_frame() 586 os_memcpy(pos, rsn->mgtk, rsn->mgtk_len); in mesh_rsn_protect_frame() 764 os_memcpy(sta->mgtk, pos, sta->mgtk_len); in mesh_rsn_process_ampe() 766 sta->mgtk, sta->mgtk_len); in mesh_rsn_process_ampe()
|
H A D | mesh_rsn.h | 17 u8 mgtk[WPA_TK_MAX_LEN]; member
|
H A D | mesh_mpm.c | 884 sta->mgtk, sta->mgtk_len); in mesh_mpm_plink_estab() 888 sta->mgtk, sta->mgtk_len); in mesh_mpm_plink_estab()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | mesh_rsn.c | 188 if (random_get_bytes(rsn->mgtk, rsn->mgtk_len) < 0) in __mesh_rsn_auth_init() 214 rsn->mgtk, rsn->mgtk_len); in __mesh_rsn_auth_init() 222 rsn->mgtk, rsn->mgtk_len, KEY_FLAG_GROUP_TX_DEFAULT); in __mesh_rsn_auth_init() 230 os_memset(rsn->mgtk, 0, sizeof(rsn->mgtk)); in mesh_rsn_deinit() 591 /* TODO: static mgtk for now since we don't support rekeying! */ in mesh_rsn_protect_frame() 596 os_memcpy(pos, rsn->mgtk, rsn->mgtk_len); in mesh_rsn_protect_frame() 772 os_memcpy(sta->mgtk, pos, sta->mgtk_len); in mesh_rsn_process_ampe() 774 sta->mgtk, sta->mgtk_len); in mesh_rsn_process_ampe()
|
H A D | mesh_rsn.h | 17 u8 mgtk[WPA_TK_MAX_LEN]; member
|
H A D | mesh_mpm.c | 905 sta->mgtk, sta->mgtk_len); in mesh_mpm_plink_estab() 913 sta->mgtk, sta->mgtk_len, in mesh_mpm_plink_estab()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | sta_info.h | 135 u8 mgtk[WPA_TK_MAX_LEN]; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | sta_info.h | 94 u8 mgtk[WPA_TK_MAX_LEN]; member
|
Completed in 8 milliseconds