Home
last modified time | relevance | path

Searched refs:GN_igtk (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth.c4048 igtk.keyid[0] = gsm->GN_igtk;
4051 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN_igtk, rsc) < 0)
4055 os_memcpy(igtk.igtk, gsm->IGTK[gsm->GN_igtk - 4], len);
4201 info->igtkidx = gsm->GN_igtk;
4202 info->igtk = gsm->IGTK[gsm->GN_igtk - 4];
4205 if (wpa_auth_get_seqnum(a, NULL, gsm->GN_igtk, rsc) < 0)
5420 group->IGTK[group->GN_igtk - 4], len) < 0)
5423 group->IGTK[group->GN_igtk - 4], len);
5467 group->GN_igtk = 4;
5582 WPA_PUT_LE16(pos, gsm->GN_igtk);
[all …]
H A Dwpa_auth_i.h218 int GN_igtk, GM_igtk; member
H A Dwpa_auth_ft.c2336 WPA_PUT_LE16(pos, gsm->GN_igtk); in wpa_ft_igtk_subelem()
2338 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN_igtk, pos); in wpa_ft_igtk_subelem()
2341 igtk = gsm->IGTK[gsm->GN_igtk - 4]; in wpa_ft_igtk_subelem()