Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-802_11.c1100 if (!TTEST2(*p, IEEE802_11_REASON_LEN)) in handle_disassoc()
1102 if (length < IEEE802_11_REASON_LEN) in handle_disassoc()
1176 if (!TTEST2(*p, IEEE802_11_REASON_LEN)) in handle_deauth()
1178 if (length < IEEE802_11_REASON_LEN) in handle_deauth()
1181 offset += IEEE802_11_REASON_LEN; in handle_deauth()
1182 length -= IEEE802_11_REASON_LEN; in handle_deauth()
Dieee802_11.h48 #define IEEE802_11_REASON_LEN 2 macro