Thanks for FBSD6

Dominique Goncalves dominique.goncalves at gmail.com
Wed Dec 7 13:36:00 PST 2005


> > You can use in /etc/rc.conf:
> >
> > ifconfig_ath0="DHCP ssid your_ssid"
>
> That's FreeBSD 5.X and prior way of doing it. The suggested way to
> config your wirerless is with wpa_supplicant(8). In rc.conf add:
>
> wpa_suplicant_enable="YES"
> ifconfig_ath0="DHCP"
>
> and create wpa_supplicant.conf:
>
> network={
>      ssid="MyWireless"
>      mode="11g"
> }

According to this documentation
http://www.freebsdmall.com/~loader/en_US.ISO8859-1/articles/wireless/article.html
this syntax is ok on 6.0, but I don't know if the order of arguments
have an importance.

Regards.
--
There's this old saying: "Give a man a fish, feed him for a day. Teach
a man to fish, feed him for life."


More information about the freebsd-questions mailing list