Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-802_11.c906 IEEE802_11_CAPINFO_LEN)) in handle_beacon()
909 IEEE802_11_CAPINFO_LEN) in handle_beacon()
918 offset += IEEE802_11_CAPINFO_LEN; in handle_beacon()
919 length -= IEEE802_11_CAPINFO_LEN; in handle_beacon()
941 if (!TTEST2(*p, IEEE802_11_CAPINFO_LEN + IEEE802_11_LISTENINT_LEN)) in handle_assoc_request()
943 if (length < IEEE802_11_CAPINFO_LEN + IEEE802_11_LISTENINT_LEN) in handle_assoc_request()
946 offset += IEEE802_11_CAPINFO_LEN; in handle_assoc_request()
947 length -= IEEE802_11_CAPINFO_LEN; in handle_assoc_request()
968 if (!TTEST2(*p, IEEE802_11_CAPINFO_LEN + IEEE802_11_STATUS_LEN + in handle_assoc_response()
971 if (length < IEEE802_11_CAPINFO_LEN + IEEE802_11_STATUS_LEN + in handle_assoc_response()
[all …]
Dieee802_11.h43 #define IEEE802_11_CAPINFO_LEN 2 macro