diff options
Diffstat (limited to 'man')
| -rw-r--r-- | man/waproamd.8.xml.in | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/man/waproamd.8.xml.in b/man/waproamd.8.xml.in index 8fba513..ed56b1c 100644 --- a/man/waproamd.8.xml.in +++ b/man/waproamd.8.xml.in @@ -37,12 +37,15 @@ <p>As long as the local NIC is not associated to any wireless network waproamd scans iteratively for them. If one is detected, a script in <file>@sysconfdir@/waproamd/scripts/</file> named after - the MAC address of the access point is called. If this script is - not existent, <file>@sysconfdir@/waproamd/scripts/default</file> - is called instead. The first argument to this script is - "start". If the association is lost, the same script is run with - the argument "stop". While the NIC is associated no scans are - issued.</p> + the MAC address of the access point is called. (First lowercase, + than uppercase is checked) If a script like this is not found a + script named <tt>essid:<ESSID></tt> in the same directory is + used. Special characters are escape in an HTTP URL like + fashion. If this script is not existent, + <file>@sysconfdir@/waproamd/scripts/default</file> is called + instead. The first argument to this script is "start". If the + association is lost, the same script is run with the argument + "stop". While the NIC is associated no scans are issued.</p> <p>waproamd is intended to be used together with ifplugd. Whenever an association succeeds, ifplugd detects it and runs further @@ -59,6 +62,9 @@ subsystem, waproamd may use it to improve latency behaviour. It is not required, however.</p> + <p>waproamd supports the host_roaming ioctl() defined by the + hostap driver.</p> + </description> <options> |
