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

  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa_ie.h 39 const u8 *igtk; member in struct:wpa_eapol_ie_parse
wpa_ft.c 289 const u8 *igtk; member in struct:wpa_ft_ies
330 parse->igtk = pos + 2;
682 u8 igtk[WPA_IGTK_LEN]; local
689 wpa_printf(MSG_DEBUG, "FT: No IGTK included in FTIE");
693 wpa_hexdump_key(MSG_DEBUG, "FT: Received IGTK in Reassoc Resp",
697 wpa_printf(MSG_DEBUG, "FT: Invalid IGTK sub-elem "
702 wpa_printf(MSG_DEBUG, "FT: Invalid IGTK sub-elem Key Length "
707 if (aes_unwrap(sm->ptk.kek, WPA_IGTK_LEN / 8, igtk_elem + 9, igtk)) {
709 "decrypt IGTK");
717 wpa_hexdump_key(MSG_DEBUG, "FT: IGTK from Reassoc Resp", igtk
    [all...]
wpa.c 746 if (ie->igtk) {
747 const struct wpa_igtk_kde *igtk; local
749 if (ie->igtk_len != sizeof(*igtk))
751 igtk = (const struct wpa_igtk_kde *) ie->igtk;
752 keyidx = WPA_GET_LE16(igtk->keyid);
753 wpa_printf(MSG_DEBUG, "WPA: IGTK keyid %d "
755 keyidx, MAC2STR(igtk->pn));
756 wpa_hexdump_key(MSG_DEBUG, "WPA: IGTK",
757 igtk->igtk, WPA_IGTK_LEN)
    [all...]
wpa_ie.c 474 ie->igtk = pos + 2 + RSN_SELECTOR_LEN;
  /external/wpa_supplicant/
wpa.c 196 u8 igtk[WPA_IGTK_LEN]; member in struct:wpa_igtk_kde
1196 const u8 *igtk; member in struct:wpa_eapol_ie_parse
1822 const struct wpa_igtk_kde *igtk; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wpa_common.h 259 u8 igtk[WPA_IGTK_LEN]; member in struct:wpa_igtk_kde

Completed in 25 milliseconds