HomeSort by relevance Sort by last modified time
    Searched defs:igtk (Results 1 - 7 of 7) sorted by null

  /external/wpa_supplicant_8/src/ap/
wpa_auth_ie.h 33 const u8 *igtk; member in struct:wpa_eapol_ie_parse
wpa_auth_ft.c 476 gsm->IGTK[gsm->GN_igtk - 4], pos)) {
671 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);
    [all...]
wpa_auth.c 1847 struct wpa_igtk_kde igtk; local
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ft.c 607 u8 igtk[WPA_IGTK_LEN]; local
614 wpa_printf(MSG_DEBUG, "FT: No IGTK included in FTIE");
618 wpa_hexdump_key(MSG_DEBUG, "FT: Received IGTK in Reassoc Resp",
622 wpa_printf(MSG_DEBUG, "FT: Invalid IGTK sub-elem "
627 wpa_printf(MSG_DEBUG, "FT: Invalid IGTK sub-elem Key Length "
632 if (aes_unwrap(sm->ptk.kek, WPA_IGTK_LEN / 8, igtk_elem + 9, igtk)) {
634 "decrypt IGTK");
642 wpa_hexdump_key(MSG_DEBUG, "FT: IGTK from Reassoc Resp", igtk,
645 igtk_elem + 2, 6, igtk, WPA_IGTK_LEN) < 0)
    [all...]
wpa_ie.h 35 const u8 *igtk; member in struct:wpa_eapol_ie_parse
wpa.c 719 if (ie->igtk) {
720 const struct wpa_igtk_kde *igtk; local
722 if (ie->igtk_len != sizeof(*igtk))
724 igtk = (const struct wpa_igtk_kde *) ie->igtk;
725 keyidx = WPA_GET_LE16(igtk->keyid);
726 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG, "WPA: IGTK keyid %d "
728 keyidx, MAC2STR(igtk->pn));
729 wpa_hexdump_key(MSG_DEBUG, "WPA: IGTK",
730 igtk->igtk, WPA_IGTK_LEN)
    [all...]
  /external/wpa_supplicant_8/src/common/
wpa_common.h 275 u8 igtk[WPA_IGTK_LEN]; member in struct:wpa_igtk_kde
384 const u8 *igtk; member in struct:wpa_ft_ies

Completed in 126 milliseconds