Searched refs:IEEE802_11_REASON_LEN (Results 1 – 2 of 2) sorted by relevance
1100 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()
48 #define IEEE802_11_REASON_LEN 2 macro