FreeBSD Wireless WEP/WAP
domingo, 28 de febrero de 2010
Sin comentarios
FreeBSD Wireless WEP/WAP
/etc/wpa_supplicant.conf
# WEP network={ ssid="YOUR_NETWORK" key_mgmt=NONE wep_key0=6666666666 wep_tx_keyidx=0 priority=5 } # WAP network={ ssid="YOUR_NETWORK" psk="Password" priority=5 }
wpa_supplicant -Bi wlan0 -c /etc/wpa_supplicant.conf
/etc/rc.conf
ifconfig_wlan0="WPA DHCP"
In my case wlan0 is rum0



Recent Comments