Home | History | Annotate | Download | only in rsn_supp

Lines Matching refs:igtk

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,
1043 "WPA: Not reinstalling already in-use IGTK to the driver (keyidx=%d)",
1049 "WPA: IGTK keyid %d pn " COMPACT_MACSTR,
1050 keyidx, MAC2STR(igtk->pn));
1051 wpa_hexdump_key(MSG_DEBUG, "WPA: IGTK", igtk->igtk, len);
1054 "WPA: Invalid IGTK KeyID %d", keyidx);
1059 keyidx, 0, igtk->pn, sizeof(igtk->pn),
1060 igtk->igtk, len) < 0) {
1065 * valid IGTK, so do not try to configure this key with
1067 * configuring the IGTK so that the driver can drop any
1076 "WPA: Ignore IGTK configuration error due to invalid IGTK KeyID byte order");
1079 "WPA: Failed to configure IGTK to the driver");
1086 os_memcpy(sm->igtk_wnm_sleep.igtk, igtk->igtk,
1089 sm->igtk.igtk_len = len;
1090 os_memcpy(sm->igtk.igtk, igtk->igtk, sm->igtk.igtk_len);
1105 if (ie->igtk) {
1107 const struct wpa_igtk_kde *igtk;
1113 igtk = (const struct wpa_igtk_kde *) ie->igtk;
1114 if (wpa_supplicant_install_igtk(sm, igtk, 0) < 0)
1433 if (ie.igtk && !(key_info & WPA_KEY_INFO_ENCR_KEY_DATA)) {
1435 "WPA: IGTK KDE in unencrypted key data");
1439 if (ie.igtk &&
1444 "WPA: Invalid IGTK KDE length %lu",
1537 "RSN: Failed to configure IGTK");
1638 "RSN: Failed to configure IGTK");
2743 os_memset(&sm->igtk, 0, sizeof(sm->igtk));
3349 os_memset(&sm->igtk, 0, sizeof(sm->igtk));
3427 const struct wpa_igtk_kde *igtk;
3429 igtk = (const struct wpa_igtk_kde *) (buf + 2);
3430 if (wpa_supplicant_install_igtk(sm, igtk, 1) < 0)
4396 wpa_printf(MSG_DEBUG, "FILS: Failed to set IGTK");