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

/freebsd-11.0-release/contrib/wpa/src/rsn_supp/
H A Dwpa.c835 const struct wpa_igtk_kde *igtk,
839 u16 keyidx = WPA_GET_LE16(igtk->keyid);
842 if ((sm->igtk.igtk_len == len &&
843 os_memcmp(sm->igtk.igtk, igtk->igtk, sm->igtk.igtk_len) == 0) ||
845 os_memcmp(sm->igtk_wnm_sleep.igtk, igtk
834 wpa_supplicant_install_igtk(struct wpa_sm *sm, const struct wpa_igtk_kde *igtk, int wnm_sleep) argument
894 const struct wpa_igtk_kde *igtk; local
2961 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.c618 u8 igtk[WPA_IGTK_LEN]; local
644 igtk_elem + 9, igtk)) {
654 wpa_hexdump_key(MSG_DEBUG, "FT: IGTK from Reassoc Resp", igtk,
657 igtk_elem + 2, 6, igtk, WPA_IGTK_LEN) < 0) {
796 if (wpa_ft_process_igtk_subelem(sm, parse.igtk, parse.igtk_len) < 0)
H A Dwpa_i.h36 struct wpa_igtk igtk; member in struct:wpa_sm
H A Dwpa_ie.c449 ie->igtk = pos + 2 + RSN_SELECTOR_LEN;
/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dwpa_auth_ie.h33 const u8 *igtk; member in struct:wpa_eapol_ie_parse
H A Dwpa_auth_ft.c688 u8 *igtk; local
691 igtk = wpa_ft_igtk_subelem(sm, &igtk_len);
692 if (igtk == NULL) {
699 os_free(igtk);
703 os_memcpy(subelem + subelem_len, igtk, igtk_len);
705 os_free(igtk);
H A Dwpa_auth.c2142 struct wpa_igtk_kde igtk; local
2150 igtk.keyid[0] = gsm->GN_igtk;
2151 igtk.keyid[1] = 0;
2154 os_memset(igtk.pn, 0, sizeof(igtk.pn));
2156 os_memcpy(igtk.pn, rsc, sizeof(igtk.pn));
2157 os_memcpy(igtk.igtk, gsm->IGTK[gsm->GN_igtk - 4], len);
2163 if (random_get_bytes(igtk
[all...]
H A Dwpa_auth_ie.c848 ie->igtk = pos + 2 + RSN_SELECTOR_LEN;
/freebsd-11.0-release/contrib/wpa/src/common/
H A Dwpa_common.h226 u8 igtk[WPA_IGTK_MAX_LEN]; member in struct:wpa_igtk
310 u8 igtk[WPA_IGTK_MAX_LEN]; member in struct:wpa_igtk_kde
439 const u8 *igtk; member in struct:wpa_ft_ies
H A Dwpa_common.c320 parse->igtk = pos + 2;

Completed in 74 milliseconds