Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dwpa_auth.c3081 igtk.keyid[0] = gsm->GN_igtk; in ieee80211w_kde_add()
3084 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN_igtk, rsc) < 0) in ieee80211w_kde_add()
3088 os_memcpy(igtk.igtk, gsm->IGTK[gsm->GN_igtk - 4], len); in ieee80211w_kde_add()
3766 group->IGTK[group->GN_igtk - 4], len) < 0) in wpa_gtk_update()
3769 group->IGTK[group->GN_igtk - 4], len); in wpa_gtk_update()
3790 group->GN_igtk = 4; in wpa_group_gtk_init()
3894 WPA_PUT_LE16(pos, gsm->GN_igtk); in wpa_wnmsleep_igtk_subelem()
3896 if (wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN_igtk, pos) != 0) in wpa_wnmsleep_igtk_subelem()
3900 os_memcpy(pos, gsm->IGTK[gsm->GN_igtk - 4], len); in wpa_wnmsleep_igtk_subelem()
3904 gsm->GN_igtk); in wpa_wnmsleep_igtk_subelem()
[all …]
Dwpa_auth_i.h195 int GN_igtk, GM_igtk; member
Dwpa_auth_ft.c2265 WPA_PUT_LE16(pos, gsm->GN_igtk); in wpa_ft_igtk_subelem()
2267 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN_igtk, pos); in wpa_ft_igtk_subelem()
2271 gsm->IGTK[gsm->GN_igtk - 4], pos)) { in wpa_ft_igtk_subelem()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dwpa_auth.c3263 igtk.keyid[0] = gsm->GN_igtk; in ieee80211w_kde_add()
3266 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN_igtk, rsc) < 0) in ieee80211w_kde_add()
3270 os_memcpy(igtk.igtk, gsm->IGTK[gsm->GN_igtk - 4], len); in ieee80211w_kde_add()
4088 group->IGTK[group->GN_igtk - 4], len) < 0) in wpa_gtk_update()
4091 group->IGTK[group->GN_igtk - 4], len); in wpa_gtk_update()
4124 group->GN_igtk = 4; in wpa_group_gtk_init()
4237 WPA_PUT_LE16(pos, gsm->GN_igtk); in wpa_wnmsleep_igtk_subelem()
4239 if (wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN_igtk, pos) != 0) in wpa_wnmsleep_igtk_subelem()
4243 os_memcpy(pos, gsm->IGTK[gsm->GN_igtk - 4], len); in wpa_wnmsleep_igtk_subelem()
4255 gsm->GN_igtk); in wpa_wnmsleep_igtk_subelem()
[all …]
Dwpa_auth_i.h200 int GN_igtk, GM_igtk; member
Dwpa_auth_ft.c2284 WPA_PUT_LE16(pos, gsm->GN_igtk); in wpa_ft_igtk_subelem()
2286 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN_igtk, pos); in wpa_ft_igtk_subelem()
2289 igtk = gsm->IGTK[gsm->GN_igtk - 4]; in wpa_ft_igtk_subelem()