> > 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."
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to