Bug #574
closedwpa_supplicant script
0%
Description
hi there
i've just tackling around a wpa_supplicant script for /etc/rc.d/ so we can
start wpa_supplicant automatically.
here it is:
ftp://quantumachine.net/scripts/wpa_supplicant
you have to put this in your rc.conf:
wpa_supplicant_enable=YES
wpa_supplicant_flags="-i ifX -B -c /etc/wpa_supplicant.conf"
ifconfig_ifX="dhcp"
where ifX is your wifi interface, in my case ath0
TODO:
+ fix any bugs
+ wpa_supplicant timeout until it is COMPLETED
Updated by emss over 17 years ago
Antonio Huete JIménez <tuxillo@quantumachine.net> writes:
Hi,
What's wrong with ifconfig_ifx="WPA DHCP" ?
Updated by tuxillo over 17 years ago
On Tue, 06 Mar 2007 15:10:20 +0100, Eric Masson wrote:
using this I got a "WPA bad value" error
if you have followed this:
http://leaf.dragonflybsd.org/~sephe/sam_wireless.html
then you should now that this guide is for FreeBSD.
Updated by emss over 17 years ago
Antonio Huete JIménez <tuxillo@quantumachine.net> writes:
Hi,
Ok, It seems that this feature hasn't been ported to DFly.
Is there any real interest to change the behaviour described in this
paper ?
Updated by tuxillo over 17 years ago
On Tue, 06 Mar 2007 17:17:29 +0100, Eric Masson wrote:
this behaviour needs less rc.conf configuration than my script, so if you
want to port it you are welcome.
Updated by tuxillo almost 17 years ago
I think this should be close since WPA support is not active
Updated by tuxillo almost 17 years ago
Sascha Wildner was working on this:
http://leaf.dragonflybsd.org/mailarchive/users/2007-06/msg00085.html