Home | History | Annotate | Download | only in drivers

Lines Matching defs:ies_len

176 		event.auth.ies_len = len - 24 - sizeof(mgmt->u.auth);
1053 data.ft_ies.ies_len = nla_len(tb[NL80211_ATTR_IE]);
1286 size_t ies_len = 0;
1289 ies_len = nla_len(tb[NL80211_ATTR_IE]);
1291 wpa_hexdump(MSG_DEBUG, "nl80211: Assoc Req IEs", ies, ies_len);
1292 drv_event_assoc(bss->ctx, addr, ies, ies_len, 0);