Home | History | Annotate | Download | only in drivers

Lines Matching refs:ies

2937 	wpa_hexdump(MSG_DEBUG, "  * IEs", params->ie, params->ie_len);
4460 " * Extra IEs for Beacon/Probe Response frames",
4549 wpa_hexdump(MSG_DEBUG, " * IEs", params->wpa_ie, params->wpa_ie_len);
7301 const u8 *ies, size_t ies_len)
7309 wpa_printf(MSG_DEBUG, "nl80211: Updating FT IEs");
7311 nla_put(msg, NL80211_ATTR_IE, ies_len, ies) ||
7964 if (params->ies) {
7965 wpa_hexdump(MSG_DEBUG, " * IEs", params->ies, params->ie_len);
7967 params->ies))