This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | DO_NOT_DISPLAY_ACK |
#define | DO_NOT_DISPLAY_BEACON |
#define | DO_NOT_DISPLAY_CONTROL |
#define | DO_NOT_DISPLAY_DATA |
|
Value: ( ((config.DoNotDisplay & 1) == 1 ) && \ ( (WLAN_GET_FC_FTYPE (Res.TypeSubtype) == WLAN_FTYPE_CTL) && \ (WLAN_GET_FC_FSTYPE(Res.TypeSubtype) == WLAN_FSTYPE_ACK) \ ) \ ) Definition at line 29 of file scanner.h. Referenced by main(). |
|
Value: ( ((config.DoNotDisplay & 2) == 2 ) && \ ( Res.TypeSubtype == 0x80) \ ) Definition at line 35 of file scanner.h. Referenced by main(). |
|
Value: ( ((config.DoNotDisplay & 4) == 4 ) && \ (WLAN_GET_FC_FTYPE (Res.TypeSubtype) == WLAN_FTYPE_CTL) \ ) Definition at line 39 of file scanner.h. Referenced by main(). |
|
Value: ( ((config.DoNotDisplay & 8) == 8 ) && \ (WLAN_GET_FC_FTYPE (Res.TypeSubtype) == WLAN_FTYPE_DATA) \ ) Definition at line 43 of file scanner.h. Referenced by main(). |