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

  /external/wpa_supplicant_8/src/ap/
wpa_auth_ie.h 23 const u8 *igtk; member in struct:wpa_eapol_ie_parse
sta_info.h 96 u8 igtk[WPA_TK_MAX_LEN]; member in struct:sta_info
wpa_auth.c 3003 struct wpa_igtk_kde igtk; local
    [all...]
wpa_auth_ft.c 2483 u8 *igtk; local
    [all...]
wpa_auth_ie.c 1030 ie->igtk = pos + 2 + RSN_SELECTOR_LEN;
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ie.h 25 const u8 *igtk; member in struct:wpa_eapol_ie_parse
wpa.c 1030 const struct wpa_igtk_kde *igtk,
1034 u16 keyidx = WPA_GET_LE16(igtk->keyid);
1037 if ((sm->igtk.igtk_len == len &&
1038 os_memcmp(sm->igtk.igtk, igtk->igtk, sm->igtk.igtk_len) == 0) ||
1040 os_memcmp(sm->igtk_wnm_sleep.igtk, igtk->igtk
1107 const struct wpa_igtk_kde *igtk; local
3427 const struct wpa_igtk_kde *igtk; local
    [all...]
wpa_ft.c 765 u8 igtk[WPA_IGTK_MAX_LEN]; local
786 wpa_printf(MSG_DEBUG, "FT: No IGTK included in FTIE");
790 wpa_hexdump_key(MSG_DEBUG, "FT: Received IGTK in Reassoc Resp",
795 wpa_printf(MSG_DEBUG, "FT: Invalid IGTK sub-elem "
800 wpa_printf(MSG_DEBUG, "FT: Invalid IGTK sub-elem Key Length "
805 if (aes_unwrap(kek, kek_len, igtk_len / 8, igtk_elem + 9, igtk)) {
807 "decrypt IGTK");
815 wpa_hexdump_key(MSG_DEBUG, "FT: IGTK from Reassoc Resp", igtk,
819 igtk_elem + 2, 6, igtk, igtk_len) < 0)
    [all...]
wpa_i.h 35 struct wpa_igtk igtk; member in struct:wpa_sm
wpa_ie.c 441 ie->igtk = pos + 2 + RSN_SELECTOR_LEN;
443 wpa_hexdump_key(MSG_DEBUG, "WPA: IGTK in EAPOL-Key",
  /external/wpa_supplicant_8/wpa_supplicant/
mesh_rsn.h 22 u8 igtk[WPA_TK_MAX_LEN]; member in struct:mesh_rsn
mesh_rsn.c 192 if (random_get_bytes(rsn->igtk, rsn->igtk_len) < 0)
197 wpa_hexdump_key(MSG_DEBUG, "mesh: Own TX IGTK",
198 rsn->igtk, rsn->igtk_len);
202 seq, sizeof(seq), rsn->igtk, rsn->igtk_len);
221 os_memset(rsn->igtk, 0, sizeof(rsn->igtk));
597 * Key ID[2], IPN[6], IGTK[variable]
604 os_memcpy(pos, rsn->igtk, rsn->igtk_len);
780 * Key ID[2], IPN[6], IGTK[variable]
792 os_memcpy(sta->igtk, pos, key_len)
    [all...]
mesh_mpm.c 859 wpa_hexdump_key(MSG_DEBUG, "mesh: RX IGTK Key RSC",
861 wpa_hexdump_key(MSG_DEBUG, "mesh: RX IGTK",
862 sta->igtk, sta->igtk_len);
868 sta->igtk, sta->igtk_len);
    [all...]
  /external/wpa_supplicant_8/src/common/
wpa_common.h 231 u8 igtk[WPA_IGTK_MAX_LEN]; member in struct:wpa_igtk
299 u8 igtk[WPA_IGTK_MAX_LEN]; member in struct:wpa_igtk_kde
459 const u8 *igtk; member in struct:wpa_ft_ies
wpa_common.c 897 parse->igtk = pos;
    [all...]

Completed in 304 milliseconds