Searched refs:IEEE802_11_TSTAMP_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()911 memcpy(&pbody.timestamp, p, IEEE802_11_TSTAMP_LEN); in handle_beacon()912 offset += IEEE802_11_TSTAMP_LEN; in handle_beacon()913 length -= IEEE802_11_TSTAMP_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()1067 memcpy(&pbody.timestamp, p, IEEE802_11_TSTAMP_LEN); in handle_probe_response()1068 offset += IEEE802_11_TSTAMP_LEN; in handle_probe_response()1069 length -= IEEE802_11_TSTAMP_LEN; in handle_probe_response()
41 #define IEEE802_11_TSTAMP_LEN 8 macro225 u_int8_t timestamp[IEEE802_11_TSTAMP_LEN];