Searched refs:IEEE802_11_TSTAMP_LEN (Results 1 – 1 of 1) sorted by relevance
57 #define IEEE802_11_TSTAMP_LEN 8 macro269 uint8_t timestamp[IEEE802_11_TSTAMP_LEN];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()1538 memcpy(&pbody.timestamp, p, IEEE802_11_TSTAMP_LEN); in handle_beacon()1539 offset += IEEE802_11_TSTAMP_LEN; in handle_beacon()1540 length -= IEEE802_11_TSTAMP_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()1700 memcpy(&pbody.timestamp, p, IEEE802_11_TSTAMP_LEN); in handle_probe_response()[all …]