Searched refs:igtk (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/wpa/src/ap/
H A Dwpa_auth_ie.h33 const u8 *igtk; member in struct:wpa_eapol_ie_parse
H A Dwpa_auth.c1860 struct wpa_igtk_kde igtk; local
1866 igtk.keyid[0] = gsm->GN_igtk;
1867 igtk.keyid[1] = 0;
1869 wpa_auth_get_seqnum(sm->wpa_auth, NULL, gsm->GN_igtk, igtk.pn) < 0)
1870 os_memset(igtk.pn, 0, sizeof(igtk.pn));
1871 os_memcpy(igtk.igtk, gsm->IGTK[gsm->GN_igtk - 4], WPA_IGTK_LEN);
1877 if (random_get_bytes(igtk.igtk, WPA_IGTK_LE
[all...]
H A Dwpa_auth_ft.c671 u8 *igtk; local
674 igtk = wpa_ft_igtk_subelem(sm, &igtk_len);
675 if (igtk == NULL) {
682 os_free(igtk);
686 os_memcpy(subelem + subelem_len, igtk, igtk_len);
688 os_free(igtk);
H A Dwpa_auth_ie.c708 ie->igtk = pos + 2 + RSN_SELECTOR_LEN;
/freebsd-10-stable/contrib/wpa/src/rsn_supp/
H A Dwpa.c743 const struct wpa_igtk_kde *igtk,
747 u16 keyidx = WPA_GET_LE16(igtk->keyid);
750 if ((sm->igtk.igtk_len == len &&
751 os_memcmp(sm->igtk.igtk, igtk->igtk, sm->igtk.igtk_len) == 0) ||
753 os_memcmp(sm->igtk_wnm_sleep.igtk, igtk
742 wpa_supplicant_install_igtk(struct wpa_sm *sm, const struct wpa_igtk_kde *igtk, int wnm_sleep) argument
800 const struct wpa_igtk_kde *igtk; local
2769 const struct wpa_igtk_kde *igtk; local
[all...]
H A Dwpa_ie.h35 const u8 *igtk; member in struct:wpa_eapol_ie_parse
H A Dwpa_ft.c608 u8 igtk[WPA_IGTK_LEN]; local
633 if (aes_unwrap(sm->ptk.kek, WPA_IGTK_LEN / 8, igtk_elem + 9, igtk)) {
643 wpa_hexdump_key(MSG_DEBUG, "FT: IGTK from Reassoc Resp", igtk,
646 igtk_elem + 2, 6, igtk, WPA_IGTK_LEN) < 0) {
784 if (wpa_ft_process_igtk_subelem(sm, parse.igtk, parse.igtk_len) < 0)
H A Dwpa_ie.c344 ie->igtk = pos + 2 + RSN_SELECTOR_LEN;
H A Dwpa_i.h36 struct wpa_igtk igtk; member in struct:wpa_sm
/freebsd-10-stable/contrib/wpa/src/common/
H A Dwpa_common.h197 u8 igtk[WPA_IGTK_MAX_LEN]; member in struct:wpa_igtk
280 u8 igtk[WPA_IGTK_LEN]; member in struct:wpa_igtk_kde
389 const u8 *igtk; member in struct:wpa_ft_ies
H A Dwpa_common.c225 parse->igtk = pos + 2;

Completed in 189 milliseconds