In FreeBSD 7.x (and older) I used this to configure wireless i
/etc/rc.conf:
ifconfig_iwn0="WPA DHCP"
But that ones doesnt work in FreeBSD 8, for some reason.
In FreeBSD 8.0-RC2 I now have:
wlans_iwn0="wlan0"
ifconfig_wlan0="WPA DHCP"
and that works.
There is both iwn0 and wlan0 interface now:
root@testhost-1# ifconfig iwn0
iwn0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 2290
ether 00:1f:3b:47:b1:5b
media: IEEE 802.11 Wireless Ethernet autoselect mode 11g
status: associated
root@testhost-1# ifconfig wlan0
wlan0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
ether 00:1f:3b:47:b1:5b
inet 10.1.161.17 netmask 0xffff0000 broadcast 10.1.255.255
media: IEEE 802.11 Wireless Ethernet OFDM/18Mbps mode 11g
status: associated
ssid kg4 channel 2 (2417 Mhz 11g) bssid 00:0f:66:51:aa:41
country US authmode WPA privacy ON deftxkey UNDEF TKIP 2:128-bit
TKIP 3:128-bit txpower 15 bmiss 10 scanvalid 60 protmode CTS wme
roaming MANUAL
I don't know why this change was done.
--
Torfinn Ingolfsen,
Norway
FreeBSD 8.x has support for virtual access points. You can now create any
number of virtual access points (presumably "within reason") on top of one
physical radio.
If you are running a station, this doesn't affect you, other than the fact
that you need to create a wlan interface on top of your physical interface.
- Philip
--
Philip Paeps Please don't email any replies
phi...@paeps.cx I follow the newsgroup.
History, contrary to popular theories, *is* kings and dates and battles.
-- (Terry Pratchett, Small Gods)