Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_i.h216 u8 IGTK[2][WPA_IGTK_MAX_LEN]; member
H A Dwpa_auth.c4055 os_memcpy(igtk.igtk, gsm->IGTK[gsm->GN_igtk - 4], len);
4202 info->igtk = gsm->IGTK[gsm->GN_igtk - 4];
5420 group->IGTK[group->GN_igtk - 4], len) < 0)
5423 group->IGTK[group->GN_igtk - 4], len);
5588 os_memcpy(pos, gsm->IGTK[gsm->GN_igtk - 4], len);
5602 gsm->IGTK[gsm->GN_igtk - 4], len);
5726 group->IGTK[group->GN_igtk - 4], len,
H A Dwpa_auth_ft.c2341 igtk = gsm->IGTK[gsm->GN_igtk - 4]; in wpa_ft_igtk_subelem()
/freebsd/sys/dev/iwm/
H A Dif_iwmreg.h6561 * @IGTK:
6562 * @K1: IGTK master key
6563 * @K2: IGTK sub key
6564 * @sta_id: station ID that support IGTK
6570 uint8_t IGTK[16];
6566 uint8_t IGTK[16]; global() member
/freebsd/contrib/wpa/wpa_supplicant/
H A DChangeLog201 IGTK/BIP KeyID using incorrect byte order
305 a separate TX IGTK if PMF is enabled instead of using MGTK
/freebsd/contrib/wpa/hostapd/
H A DChangeLog728 * fix IGTK PN in group rekeying (IEEE 802.11w)