Home
last modified time | relevance | path

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

/external/tcpdump/
Dieee802_11.h141 #define CAPABILITY_PRIVACY(cap) ((cap) & 0x0010) macro
Dprint-802_11.c96 CAPABILITY_PRIVACY(p.capability_info) ? ", PRIVACY" : "" );
368 CAPABILITY_PRIVACY(pbody.capability_info) ? " PRIVACY " : "", in handle_assoc_response()