Searched refs:IEEE802_11_TSTAMP_LEN (Results 1 – 1 of 1) sorted by relevance
61 #define IEEE802_11_TSTAMP_LEN 8 macro273 uint8_t timestamp[IEEE802_11_TSTAMP_LEN];1224 if (!ND_TTEST2(*p, IEEE802_11_TSTAMP_LEN + IEEE802_11_BCNINT_LEN + in handle_beacon()1227 if (length < IEEE802_11_TSTAMP_LEN + IEEE802_11_BCNINT_LEN + in handle_beacon()1230 memcpy(&pbody.timestamp, p, IEEE802_11_TSTAMP_LEN); in handle_beacon()1231 offset += IEEE802_11_TSTAMP_LEN; in handle_beacon()1232 length -= IEEE802_11_TSTAMP_LEN; in handle_beacon()1386 if (!ND_TTEST2(*p, IEEE802_11_TSTAMP_LEN + IEEE802_11_BCNINT_LEN + in handle_probe_response()1389 if (length < IEEE802_11_TSTAMP_LEN + IEEE802_11_BCNINT_LEN + in handle_probe_response()1392 memcpy(&pbody.timestamp, p, IEEE802_11_TSTAMP_LEN); in handle_probe_response()[all …]