You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print' If MULTICHANNEL_AGENTS is 0, it means that all the APs are in the same channel'
40
40
print'DEFAULT_BEACON_INTERVAL: Time between beacons (in milliseconds). Recommended values: 20-100'
41
41
print'BURST_BEACON_INTERVAL: Time between beacons when a burst of CSAs is sent after a handoff (in milliseconds). Recommended values: 5-10'
42
+
print'BURST: Number of beacons to send after add_lvap and channel_assigment. Recommended values: 5-40'
42
43
print'MEASUREMENT_BEACON_INTERVAL: Time between measurement beacons (in milliseconds). Used for measuring the distance in dBs between APs. Recommended values: 20-100'
44
+
print'CAPTURE_MODE: If CAPTURE_MODE is 1, two files will be generated, one for each interface, storing radiotap statistics'
45
+
print' If CAPTURE_MODE is 0, no statistic is storaged'
46
+
print'MAC_CAPTURE: the MAC of the wireless interface in STA that will be monitorized. e.g. 60:E3:27:4F:C7:AA'
47
+
print' For capture all traffic: FF:FF:FF:FF:FF:FF'
0 commit comments