On Mon, 29 Aug 2011, Derek Funk wrote:

I followed the handbook and searched online but yet still unable to get
a wireless connection to an access point.

I have in my rc.conf file:
wlans_ath0="wlan0"
ifconfig_wlan0="WPA DHCP"

and in the wpa_supplicant.conf:
network={
 ssid="myssid"
 psk="mypassword"
}

It associates but does not get an ip.

Some cards take a long time to associate, and using synchronous DHCP helps.

  ifconfig_wlan0="WPA SYNCDHCP"

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to