Actions
Bug #574
closedwpa_supplicant script
Status:
Closed
Priority:
Low
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
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
Actions