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.c62 #define IEEE802_11_BCNINT_LEN 2 macro
1237 if (!ND_TTEST2(*p, IEEE802_11_TSTAMP_LEN + IEEE802_11_BCNINT_LEN + in handle_beacon()
1240 if (length < IEEE802_11_TSTAMP_LEN + IEEE802_11_BCNINT_LEN + in handle_beacon()
1247 offset += IEEE802_11_BCNINT_LEN; in handle_beacon()
1248 length -= IEEE802_11_BCNINT_LEN; in handle_beacon()
1399 if (!ND_TTEST2(*p, IEEE802_11_TSTAMP_LEN + IEEE802_11_BCNINT_LEN + in handle_probe_response()
1402 if (length < IEEE802_11_TSTAMP_LEN + IEEE802_11_BCNINT_LEN + in handle_probe_response()
1409 offset += IEEE802_11_BCNINT_LEN; in handle_probe_response()
1410 length -= IEEE802_11_BCNINT_LEN; in handle_probe_response()