[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Wireless INPROCOMM 2220 (MAYBE) WORKS!



On Fri, Sep 30, 2005 at 08:58:27AM -0400, Lennart Sorensen wrote:
> Is there some way to support roaming to pick up any of a list of access
> points automatically?

I use little script in cron 1min.

--[begin]--
#!/bin/bash
export LANBOX=192.168.0.5 #ip of box behind AP like DSL router
export LINKED=`/bin/ping $LANBOX -c 1 | grep "100\%\ los" | wc -l`

if [ $LINKED != 0 ]
        then
		/etc/init.d/wifi restart
fi
--[end]--

"wifi" is simple script that call dhcp/aessupplicant with "restart"
option

-- 

Sythos - http://www.sythos.net
  ()  ASCII Ribbon Campaign - against html/rtf/vCard in mail
  /\                        - against M$ attachments



Reply to: