Searched refs:IEEE80211_HDRLEN (Results 1 – 9 of 9) sorted by relevance
243 rlen = IEEE80211_HDRLEN + sizeof(reply->u.auth) + ies_len; in send_auth_reply()315 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.auth)) { in handle_auth()326 if (len >= IEEE80211_HDRLEN + sizeof(mgmt->u.auth) + in handle_auth()476 len - IEEE80211_HDRLEN - in handle_auth()818 send_len = IEEE80211_HDRLEN + sizeof(reply.u.deauth); in send_deauth()846 send_len = IEEE80211_HDRLEN; in send_assoc_resp()943 if (len < IEEE80211_HDRLEN + (reassoc ? sizeof(mgmt->u.reassoc_req) : in handle_assoc()959 left = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.reassoc_req)); in handle_assoc()968 left = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.assoc_req)); in handle_assoc()1111 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.disassoc)) { in handle_disassoc()[all …]
266 int left = len - IEEE80211_HDRLEN - 4; in hostapd_wmm_action()267 const u8 *pos = ((const u8 *) mgmt) + IEEE80211_HDRLEN + 4; in hostapd_wmm_action()
307 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.probe_req)) in handle_probe_req()309 ie_len = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.probe_req)); in handle_probe_req()
238 IEEE80211_HDRLEN + in hostapd_ctrl_iface_deauthenticate()295 IEEE80211_HDRLEN + in hostapd_ctrl_iface_disassociate()
1047 return hostap_send_mlme(drv, (u8 *) &mgmt, IEEE80211_HDRLEN + in hostap_sta_deauth()1084 return hostap_send_mlme(drv, (u8 *) &mgmt, IEEE80211_HDRLEN + in hostap_sta_disassoc()
724 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.probe_req)) in madwifi_raw_receive()739 len - (IEEE80211_HDRLEN + sizeof(mgmt->u.probe_req)); in madwifi_raw_receive()
745 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.probe_req)) in atheros_raw_receive()760 len - (IEEE80211_HDRLEN + sizeof(mgmt->u.probe_req)); in atheros_raw_receive()
7415 IEEE80211_HDRLEN + in i802_sta_deauth()7434 IEEE80211_HDRLEN + in i802_sta_disassoc()
383 #define IEEE80211_HDRLEN (sizeof(struct ieee80211_hdr)) macro