======================================= FreeBSD wifi setup ======================================= # check the hardware pciconf -lv # make sure your network card is recognized sysctl net.wlan.devices # if it is not recognized you may need to install/load the appropriate driver ======================================= /etc/rc.conf --------------------------------------- wlans_imw0="wlan0" ifconfig_wlan0="WPA SYNCDHCP" ======================================= /etc/wpa_supplicant.conf --------------------------------------- network={ ssid="" psk="" } --------------------------------------- service netif restart OR reboot ======================================= :0) =======================================