Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-802_11.c58 #define IEEE802_11_BCNINT_LEN 2 macro
1532 if (!ND_TTEST2(*p, IEEE802_11_TSTAMP_LEN + IEEE802_11_BCNINT_LEN + in handle_beacon()
1535 if (length < IEEE802_11_TSTAMP_LEN + IEEE802_11_BCNINT_LEN + in handle_beacon()
1542 offset += IEEE802_11_BCNINT_LEN; in handle_beacon()
1543 length -= IEEE802_11_BCNINT_LEN; in handle_beacon()
1694 if (!ND_TTEST2(*p, IEEE802_11_TSTAMP_LEN + IEEE802_11_BCNINT_LEN + in handle_probe_response()
1697 if (length < IEEE802_11_TSTAMP_LEN + IEEE802_11_BCNINT_LEN + in handle_probe_response()
1704 offset += IEEE802_11_BCNINT_LEN; in handle_probe_response()
1705 length -= IEEE802_11_BCNINT_LEN; in handle_probe_response()