Home | History | Annotate | Download | only in common

Lines Matching refs:ies

327 int wpa_ft_parse_ies(const u8 *ies, size_t ies_len,
337 if (ies == NULL)
340 pos = ies;
341 end = ies + ies_len;
391 * Check that the protected IE count matches with IEs included in the
401 wpa_printf(MSG_DEBUG, "FT: Some required IEs not included in "
421 wpa_printf(MSG_DEBUG, "FT: %d protected IEs missing from "
1228 return 0; /* identical IEs */
1237 * for this, but verify that other parts of the RSN IEs are
1258 int wpa_insert_pmkid(u8 *ies, size_t ies_len, const u8 *pmkid)
1263 start = ies;
1264 end = ies + ies_len;
1273 "IEs data");
1300 "IEs data");