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.c59 #define IEEE802_11_CAPINFO_LEN 2 macro
1533 IEEE802_11_CAPINFO_LEN)) in handle_beacon()
1536 IEEE802_11_CAPINFO_LEN) in handle_beacon()
1545 offset += IEEE802_11_CAPINFO_LEN; in handle_beacon()
1546 length -= IEEE802_11_CAPINFO_LEN; in handle_beacon()
1569 if (!ND_TTEST2(*p, IEEE802_11_CAPINFO_LEN + IEEE802_11_LISTENINT_LEN)) in handle_assoc_request()
1571 if (length < IEEE802_11_CAPINFO_LEN + IEEE802_11_LISTENINT_LEN) in handle_assoc_request()
1574 offset += IEEE802_11_CAPINFO_LEN; in handle_assoc_request()
1575 length -= IEEE802_11_CAPINFO_LEN; in handle_assoc_request()
1597 if (!ND_TTEST2(*p, IEEE802_11_CAPINFO_LEN + IEEE802_11_STATUS_LEN + in handle_assoc_response()
[all …]