Lines Matching refs:IEEE802_11_TSTAMP_LEN
57 #define IEEE802_11_TSTAMP_LEN 8 macro
269 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()
1701 offset += IEEE802_11_TSTAMP_LEN; in handle_probe_response()
1702 length -= IEEE802_11_TSTAMP_LEN; in handle_probe_response()