athctrl(8) - Linux man page
Name
athctrl - sets the maximum distance between communicating stationsSynopsis
athctrl [-h] [-i device] [-d distance]Description
In particular, when transmitting to too distant stations the radio will start retransmitting packets before an ACK can possibly have been received causing unnecessary retransmissions and collisions. The distance parameter needs to be set properly on all stations that perform long-distance communication irrespective of their mode of operation (master/managed/ad-hoc). For best operation all stations communicating with each other should be set to the same value.
Options
- -i device
- The madwifi device to apply the settings to. If no device is specified, athctrl defaults to wifi0.
- -d distance
- Distance in metric meters.
- -h
- Display usage.
Examples
- athctrl -i wifi1 -d 500
- Set maximum distance of 500m for wifi1.
- athctrl 1000
- Set maximum distance of 1000m for wifi0.