Author Login
Post Reply
On Wed, Mar 19, 2008 at 12:42 PM, Dani Crisan <danicrisan82@(protected):
> (...)
> modules_wlan0=( "dhcp" "iwconfig" "wpa_supplicant")
> wpa_supplicant_wlan0="-Dwext -c /etc/wpa_supplicant/wpa_supplicant.conf"
> config_wlan0=("dhcp")
>
> (...)
>
> How can I make it to authenticate to my "baladei-wifi"?
>
preferred_aps="'baladei-wifi' 'dlink'"
associate_order="forcepreferred"
That way it will first try baladei-wifi, and only if that doesn't
work, dlink. Notice that 'baladei-wifi' and 'dlink' are in single
quotes. See /etc/conf.d/net.example for more details.
~Henry
--
gentoo-user@(protected)