Hello.
I just want to understand what the problem is with connecting to WEP with my BWI wireless card.
/boot/loader.conf:
/etc/rc.conf/
/etc/wpa_supplicant.conf
After I use
Thank you.
I just want to understand what the problem is with connecting to WEP with my BWI wireless card.
/boot/loader.conf:
Code:
if_bwi_load="YES"
wlan_wep_load="YES"
Code:
wlans_bwi=wlan0
ifconfig_wlan0="WPA DHCP ssid Frontier7874"
Code:
network={
ssid="Frontier7874"
key_mgmt=NONE
wep_key1=0123456789
wep_tx_keyidx=1
}
# ifconfig wlan0 up the wireless light goes green. And after I use # ifconfig wlan0, I see that wireless tried to taste different channels: 1,2,3,...., and again 1,2,3,4.... and there is no association taking place. What am I do wrong ?Thank you.