Searched refs:GN_bigtk (Results 1 - 3 of 3) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wpa_auth.c | 3308 bigtk.keyid[0] = gsm->GN_bigtk; in ieee80211w_kde_add() 3311 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN_bigtk, rsc) < 0) in ieee80211w_kde_add() 3315 os_memcpy(bigtk.bigtk, gsm->BIGTK[gsm->GN_bigtk - 6], len); in ieee80211w_kde_add() 4123 group->BIGTK[group->GN_bigtk - 6], len) < 0) in wpa_gtk_update() 4126 group->BIGTK[group->GN_bigtk - 6], len); in wpa_gtk_update() 4148 group->GN_bigtk = 6; in wpa_group_gtk_init() 4297 WPA_PUT_LE16(pos, gsm->GN_bigtk); in wpa_wnmsleep_bigtk_subelem() 4299 if (wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN_bigtk, pos) != 0) in wpa_wnmsleep_bigtk_subelem() 4303 os_memcpy(pos, gsm->BIGTK[gsm->GN_bigtk - 6], len); in wpa_wnmsleep_bigtk_subelem() 4315 gsm->GN_bigtk); in wpa_wnmsleep_bigtk_subelem() [all...] |
H A D | wpa_auth_i.h | 201 int GN_bigtk, GM_bigtk; member
|
H A D | wpa_auth_ft.c | 2344 WPA_PUT_LE16(pos, gsm->GN_bigtk); in wpa_ft_bigtk_subelem() 2346 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN_bigtk, pos); in wpa_ft_bigtk_subelem() 2349 bigtk = gsm->IGTK[gsm->GN_bigtk - 6]; in wpa_ft_bigtk_subelem()
|
Completed in 12 milliseconds