Home
last modified time | relevance | path

Searched refs:IEEE802_11_CAPINFO_LEN (Results 1 – 1 of 1) sorted by relevance

/external/tcpdump/
Dprint-802_11.c63 #define IEEE802_11_CAPINFO_LEN 2 macro
1225 IEEE802_11_CAPINFO_LEN)) in handle_beacon()
1228 IEEE802_11_CAPINFO_LEN) in handle_beacon()
1237 offset += IEEE802_11_CAPINFO_LEN; in handle_beacon()
1238 length -= IEEE802_11_CAPINFO_LEN; in handle_beacon()
1261 if (!ND_TTEST2(*p, IEEE802_11_CAPINFO_LEN + IEEE802_11_LISTENINT_LEN)) in handle_assoc_request()
1263 if (length < IEEE802_11_CAPINFO_LEN + IEEE802_11_LISTENINT_LEN) in handle_assoc_request()
1266 offset += IEEE802_11_CAPINFO_LEN; in handle_assoc_request()
1267 length -= IEEE802_11_CAPINFO_LEN; in handle_assoc_request()
1289 if (!ND_TTEST2(*p, IEEE802_11_CAPINFO_LEN + IEEE802_11_STATUS_LEN + in handle_assoc_response()
[all …]