OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IEEE80211_HDRLEN
(Results
1 - 9
of
9
) sorted by null
/external/wpa_supplicant_8/src/ap/
ieee802_11.c
302
rlen =
IEEE80211_HDRLEN
+ sizeof(reply->u.auth) + ies_len;
372
if (len <
IEEE80211_HDRLEN
+ sizeof(mgmt->u.auth)) {
383
if (len >=
IEEE80211_HDRLEN
+ sizeof(mgmt->u.auth) +
523
len -
IEEE80211_HDRLEN
-
854
send_len =
IEEE80211_HDRLEN
+ sizeof(reply.u.deauth);
882
send_len =
IEEE80211_HDRLEN
;
978
if (len <
IEEE80211_HDRLEN
+ (reassoc ? sizeof(mgmt->u.reassoc_req) :
994
left = len - (
IEEE80211_HDRLEN
+ sizeof(mgmt->u.reassoc_req));
1003
left = len - (
IEEE80211_HDRLEN
+ sizeof(mgmt->u.assoc_req));
[
all
...]
wmm.c
263
int left = len -
IEEE80211_HDRLEN
- 4;
264
const u8 *pos = ((const u8 *) mgmt) +
IEEE80211_HDRLEN
+ 4;
beacon.c
214
if (len <
IEEE80211_HDRLEN
+ sizeof(mgmt->u.probe_req))
216
ie_len = len - (
IEEE80211_HDRLEN
+ sizeof(mgmt->u.probe_req));
/external/wpa_supplicant_8/hostapd/
ctrl_iface.c
244
IEEE80211_HDRLEN
+
300
IEEE80211_HDRLEN
+
/external/wpa_supplicant_8/src/common/
ieee802_11_defs.h
324
#define
IEEE80211_HDRLEN
(sizeof(struct ieee80211_hdr))
/external/wpa_supplicant_8/src/drivers/
driver_atheros.c
740
if (len <
IEEE80211_HDRLEN
+ sizeof(mgmt->u.probe_req))
753
len - (
IEEE80211_HDRLEN
+ sizeof(mgmt->u.probe_req));
[
all
...]
driver_hostap.c
1056
return hostap_send_mlme(drv, (u8 *) &mgmt,
IEEE80211_HDRLEN
+
1074
return hostap_send_mlme(drv, (u8 *) &mgmt,
IEEE80211_HDRLEN
+
[
all
...]
driver_madwifi.c
726
if (len <
IEEE80211_HDRLEN
+ sizeof(mgmt->u.probe_req))
739
len - (
IEEE80211_HDRLEN
+ sizeof(mgmt->u.probe_req));
[
all
...]
driver_nl80211.c
[
all
...]
Completed in 133 milliseconds