Home
last modified time | relevance | path

Searched refs:IEEE80211_HDRLEN (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/wpa/src/ap/
HDieee802_11.c262 rlen = IEEE80211_HDRLEN + sizeof(reply->u.auth) + ies_len; in send_auth_reply()
471 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.auth)) { in handle_auth()
482 if (len >= IEEE80211_HDRLEN + sizeof(mgmt->u.auth) + in handle_auth()
639 len - IEEE80211_HDRLEN - in handle_auth()
1008 send_len = IEEE80211_HDRLEN + sizeof(reply.u.deauth); in send_deauth()
1036 send_len = IEEE80211_HDRLEN; in send_assoc_resp()
1139 if (len < IEEE80211_HDRLEN + (reassoc ? sizeof(mgmt->u.reassoc_req) : in handle_assoc()
1155 left = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.reassoc_req)); in handle_assoc()
1164 left = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.assoc_req)); in handle_assoc()
1307 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.disassoc)) { in handle_disassoc()
[all …]
HDwmm.c266 int left = len - IEEE80211_HDRLEN - 4; in hostapd_wmm_action()
267 const u8 *pos = ((const u8 *) mgmt) + IEEE80211_HDRLEN + 4; in hostapd_wmm_action()
HDctrl_iface_ap.c216 IEEE80211_HDRLEN + in hostapd_ctrl_iface_deauthenticate()
273 IEEE80211_HDRLEN + in hostapd_ctrl_iface_disassociate()
HDbeacon.c367 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.probe_req)) in handle_probe_req()
369 ie_len = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.probe_req)); in handle_probe_req()
/trueos/contrib/wpa/src/common/
HDieee802_11_defs.h403 #define IEEE80211_HDRLEN (sizeof(struct ieee80211_hdr)) macro