Home
last modified time | relevance | path

Searched refs:IEEE802_11_BCNINT_LEN (Results 1 – 2 of 2) sorted by relevance

/external/tcpdump/
Dprint-802_11.c905 if (!TTEST2(*p, IEEE802_11_TSTAMP_LEN + IEEE802_11_BCNINT_LEN + in handle_beacon()
908 if (length < IEEE802_11_TSTAMP_LEN + IEEE802_11_BCNINT_LEN + in handle_beacon()
915 offset += IEEE802_11_BCNINT_LEN; in handle_beacon()
916 length -= IEEE802_11_BCNINT_LEN; in handle_beacon()
1061 if (!TTEST2(*p, IEEE802_11_TSTAMP_LEN + IEEE802_11_BCNINT_LEN + in handle_probe_response()
1064 if (length < IEEE802_11_TSTAMP_LEN + IEEE802_11_BCNINT_LEN + in handle_probe_response()
1071 offset += IEEE802_11_BCNINT_LEN; in handle_probe_response()
1072 length -= IEEE802_11_BCNINT_LEN; in handle_probe_response()
Dieee802_11.h42 #define IEEE802_11_BCNINT_LEN 2 macro