Hello, first of all, sorry for my English 
I have a problem with wireless connection. A need to make direct connection via WiFi. No keys, no wpa.
1 pc Linux Ubuntu 10.04, WiFi network is working well
2 pc FreeBSD 8.2
I'm trying to connect, but nothing
[cmd=]#ifconfig wlan0 list scan [/cmd] returns info about WiFi network on Linux.
ifconfig
This manual http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wireless.html used too, I can't solve my problem. What I'm doing wrong? Sorry if this is stupid question, I'm newbie using FreeBSD.

I have a problem with wireless connection. A need to make direct connection via WiFi. No keys, no wpa.
1 pc Linux Ubuntu 10.04, WiFi network is working well
2 pc FreeBSD 8.2
I'm trying to connect, but nothing
Code:
#ifconfig wlan0 create wlandev ral0 ssid mik channel 1
#ifconfig wlan0 inet 192.168.0.2 netmask 255.255.255.0
#ifconfig wlan0 up
#/etc/rc.d/netif start
[cmd=]#ifconfig wlan0 list scan [/cmd] returns info about WiFi network on Linux.
ifconfig
Code:
ral0: flags=8803<UP,BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 2290
ether 00:22:b0:e9:1e:8a
media: IEEE 802.11 Wireless Ethernet autoselect mode 11g <adhoc>
status: no carrier
..............
wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
ether 00:22:b0:e9:1e:8a
inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255
media: IEEE 802.11 Wireless Ethernet autoselect mode 11g <adhoc>
status: no carrier
ssid mik channel 1 (2412 MHz 11g)
This manual http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wireless.html used too, I can't solve my problem. What I'm doing wrong? Sorry if this is stupid question, I'm newbie using FreeBSD.