Searched refs:IEEE802_11_BCNINT_LEN (Results 1 – 2 of 2) sorted by relevance
905 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()
42 #define IEEE802_11_BCNINT_LEN 2 macro