/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 | 495 gsm->IGTK[gsm->GN_igtk - 4], pos)) { 689 u8 *igtk; local 692 igtk = wpa_ft_igtk_subelem(sm, &igtk_len); 693 if (igtk == NULL) { 700 os_free(igtk); 704 os_memcpy(subelem + subelem_len, igtk, igtk_len); 706 os_free(igtk); [all...] |
wpa_auth.c | 1935 struct wpa_igtk_kde igtk; local [all...] |
/external/wpa_supplicant_8/src/rsn_supp/ |
wpa_ft.c | 623 u8 igtk[WPA_IGTK_LEN]; local 630 wpa_printf(MSG_DEBUG, "FT: No IGTK included in FTIE"); 634 wpa_hexdump_key(MSG_DEBUG, "FT: Received IGTK in Reassoc Resp", 638 wpa_printf(MSG_DEBUG, "FT: Invalid IGTK sub-elem " 643 wpa_printf(MSG_DEBUG, "FT: Invalid IGTK sub-elem Key Length " 648 if (aes_unwrap(sm->ptk.kek, WPA_IGTK_LEN / 8, igtk_elem + 9, igtk)) { 650 "decrypt IGTK"); 658 wpa_hexdump_key(MSG_DEBUG, "FT: IGTK from Reassoc Resp", igtk, 661 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 | 754 if (ie->igtk) { 756 const struct wpa_igtk_kde *igtk; local 761 igtk = (const struct wpa_igtk_kde *) ie->igtk; 762 keyidx = WPA_GET_LE16(igtk->keyid); 763 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG, "WPA: IGTK keyid %d " 765 keyidx, MAC2STR(igtk->pn)); 766 wpa_hexdump_key(MSG_DEBUG, "WPA: IGTK", 767 igtk->igtk, len) [all...] |
/external/wpa_supplicant_8/src/common/ |
wpa_common.h | 291 u8 igtk[WPA_IGTK_MAX_LEN]; member in struct:wpa_igtk_kde 401 const u8 *igtk; member in struct:wpa_ft_ies
|