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()
317 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.auth)) { in handle_auth()
328 if (len >= IEEE80211_HDRLEN + sizeof(mgmt->u.auth) + in handle_auth()
483 len - IEEE80211_HDRLEN - in handle_auth()
827 send_len = IEEE80211_HDRLEN + sizeof(reply.u.deauth); in send_deauth()
855 send_len = IEEE80211_HDRLEN; in send_assoc_resp()
958 if (len < IEEE80211_HDRLEN + (reassoc ? sizeof(mgmt->u.reassoc_req) : in handle_assoc()
974 left = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.reassoc_req)); in handle_assoc()
983 left = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.assoc_req)); in handle_assoc()
1126 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.disassoc)) { in handle_disassoc()
[all …]
Dctrl_iface_ap.c190 IEEE80211_HDRLEN + in hostapd_ctrl_iface_deauthenticate()
247 IEEE80211_HDRLEN + in hostapd_ctrl_iface_disassociate()
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.c326 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.probe_req)) in handle_probe_req()
328 ie_len = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.probe_req)); in handle_probe_req()
/external/wpa_supplicant_8/src/drivers/
Ddriver_atheros.c745 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.probe_req)) in atheros_raw_recv_wps()
760 len - (IEEE80211_HDRLEN + sizeof(mgmt->u.probe_req)); in atheros_raw_recv_wps()
778 if (len < IEEE80211_HDRLEN) in atheros_raw_recv_11r()
798 if (len - IEEE80211_HDRLEN < sizeof(mgmt->u.assoc_req)) in atheros_raw_recv_11r()
800 ielen = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.assoc_req)); in atheros_raw_recv_11r()
805 if (len - IEEE80211_HDRLEN < sizeof(mgmt->u.reassoc_req)) in atheros_raw_recv_11r()
807 ielen = len - (IEEE80211_HDRLEN + sizeof(mgmt->u.reassoc_req)); in atheros_raw_recv_11r()
824 if (len - IEEE80211_HDRLEN < sizeof(mgmt->u.auth)) in atheros_raw_recv_11r()
835 event.auth.ies_len = len - IEEE80211_HDRLEN - in atheros_raw_recv_11r()
856 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.action.category) + in atheros_raw_recv_hs20()
[all …]
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.c718 if (len < IEEE80211_HDRLEN + sizeof(mgmt->u.probe_req)) in madwifi_raw_receive()
733 len - (IEEE80211_HDRLEN + sizeof(mgmt->u.probe_req)); in madwifi_raw_receive()
Ddriver_nl80211.c7611 IEEE80211_HDRLEN + in i802_sta_deauth()
7634 IEEE80211_HDRLEN + in i802_sta_disassoc()
/external/wpa_supplicant_8/src/common/
Dieee802_11_defs.h397 #define IEEE80211_HDRLEN (sizeof(struct ieee80211_hdr)) macro