Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_11.c243 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 …]
Dwmm.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()
Dbeacon.c307 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()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c238 IEEE80211_HDRLEN + in hostapd_ctrl_iface_deauthenticate()
295 IEEE80211_HDRLEN + in hostapd_ctrl_iface_disassociate()
/external/wpa_supplicant_8/src/drivers/
Ddriver_hostap.c1047 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()
Ddriver_madwifi.c724 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()
Ddriver_atheros.c745 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()
Ddriver_nl80211.c7415 IEEE80211_HDRLEN + in i802_sta_deauth()
7434 IEEE80211_HDRLEN + in i802_sta_disassoc()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h383 #define IEEE80211_HDRLEN (sizeof(struct ieee80211_hdr)) macro