02-11-2020, 02:17 PM
We are using a bitmask:
To retrieve the status add 64!
Code:
--enable_status=<digit> : enable real-time display (waterfall)
some messages are shown only once at the first occurrence
bitmask:
0: no status (default)
1: EAPOL
2: PROBE REQUEST/PROBE RESPONSE
4: AUTHENTICATON
8: ASSOCIATION/REASSOCIATION
16: BEACON
32: GPS (once a minute)
64: internal status
128: run as server
256: run as client
To retrieve the status add 64!