Home | History | Annotate | Download | only in ap

Lines Matching refs:IEEE80211_HDRLEN

265 	rlen = IEEE80211_HDRLEN + sizeof(reply->u.auth) + ies_len;
554 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.auth)) {
575 if (len >= IEEE80211_HDRLEN + sizeof(mgmt->u.auth) +
731 len - IEEE80211_HDRLEN -
1105 send_len = IEEE80211_HDRLEN + sizeof(reply.u.deauth);
1133 send_len = IEEE80211_HDRLEN;
1236 if (len < IEEE80211_HDRLEN + (reassoc ? sizeof(mgmt->u.reassoc_req) :
1272 left = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.reassoc_req));
1281 left = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.assoc_req));
1424 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.disassoc)) {
1472 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.deauth)) {
1510 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.beacon)) {
1517 len - (IEEE80211_HDRLEN +
1561 if (len < IEEE80211_HDRLEN + 2)
1569 action.len = len - IEEE80211_HDRLEN - 1;
1582 if (len < IEEE80211_HDRLEN + 1) {
1614 len - IEEE80211_HDRLEN))
1799 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.auth)) {
1860 if (len < IEEE80211_HDRLEN + (reassoc ? sizeof(mgmt->u.reassoc_resp) :