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
1238 IEEE802_11_CAPINFO_LEN)) in handle_beacon()
1241 IEEE802_11_CAPINFO_LEN) in handle_beacon()
1250 offset += IEEE802_11_CAPINFO_LEN; in handle_beacon()
1251 length -= IEEE802_11_CAPINFO_LEN; in handle_beacon()
1274 if (!ND_TTEST2(*p, IEEE802_11_CAPINFO_LEN + IEEE802_11_LISTENINT_LEN)) in handle_assoc_request()
1276 if (length < IEEE802_11_CAPINFO_LEN + IEEE802_11_LISTENINT_LEN) in handle_assoc_request()
1279 offset += IEEE802_11_CAPINFO_LEN; in handle_assoc_request()
1280 length -= IEEE802_11_CAPINFO_LEN; in handle_assoc_request()
1302 if (!ND_TTEST2(*p, IEEE802_11_CAPINFO_LEN + IEEE802_11_STATUS_LEN + in handle_assoc_response()
[all …]