[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: WEP wireless



I follow the instructions from handbook:
ifconfig wlan0 create wlandev ath0
ifconfig wlan0 inet 192.168.1.1 netmask 255.255.255.0 ssid WALUBAME wepmode on wepkey maximoemelo06
after:
wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf
and i got:
ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Invalid argument
ioctl[SIOCS80211, op=20, val=0, arg_len=7]: Invalid argument
wlan0: Trying to associate with 00:21:27:e2:7b:9a (SSID='WALUBAME' freq=2437 MHz)
wlan0: Associated with 00:21:27:e2:7b:9a
wlan0: CTRL-EVENT-CONNECTED - Connection to 00:21:27:e2:7b:9a completed (auth) [id=0 id_str=]
and not connect.
Here is my wpa_supplicant.conf:
network={
ssid="WALUBAME"
key_mgmt=NONE
wep_key0="maximoemelo06"
}



2013/8/10 Robert Millan <rmh@debian.org>
On 10/08/2013 13:42, Steven Chamberlain wrote:
> Hi,
>
> On 10/08/13 07:00, Bruno Melo wrote:
>> Hi, someone can guide me to configure WEP wireless in kFreeBSD (hardware
>> atheros)?
> Have you tried following instructions for regular FreeBSD?
>
> I haven't tried this but, probably something like this should work:
>
> # ifconfig wlan0 create wlandev ath0
> # ifconfig wlan0 ssid MYNETWORK wepkey 0x1234567890123 up
> # dhclient -v wlan0
You can also check the FreeBSD handbook, there's an extensive chapter on
wireless setup:

http://www.freebsd.org/doc/handbook/network-wireless.html

--
Robert Millan



Reply to: