[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: wi(4) fixes
In message <20040304070342.71e695c0@dblon666999.wks.uk.deuba.com>
so spake Anwar Puthu (anwar):
> Nope! I just tried wicontrol -x1 -e1 in case I missed it the last time.
>
> Here's what my hostname.wi0 looks like:
>
>
> inet 192.168.100.101 255.255.255.0 NONE
> !wicontrol \$if -e1 -k "0x..." -c0 -n "home.net" -p hostap -f7 -A2 -R3
>
> I've tried embedding -x1 here without much luck.
> I've also tried wicontrol -x1 -e1 and just wicontrol -x1.
>
> If you spot something stupid, I'd be delighted to hear about it.
I would suggest you do as much with ifconfig as possible and
move the wicontrol line to be first. E.g.
!wicontrol \$if -e1 -f7
inet 192.168.100.101 255.255.255.0 NONE nwid home.net nwkey 0x... mediaopt hostap
Note that there are bugs in the shared key support in hostap -- I
suggest avoiding it.
- todd