Home
last modified time | relevance | path

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

/external/tcpdump/
Dieee802_11.h50 #define IEEE802_11_AP_LEN 6 macro
232 u_char ap[IEEE802_11_AP_LEN];
Dprint-802_11.c385 IEEE802_11_AP_LEN)) in handle_reassoc_request()
391 memcpy(&pbody.ap, p+offset, IEEE802_11_AP_LEN); in handle_reassoc_request()
392 offset += IEEE802_11_AP_LEN; in handle_reassoc_request()