Re: wpa2 hostap setup
- From: Randy Bush <randy@xxxxxxx>
- Date: Wed, 04 Mar 2009 00:08:03 +0900
First, if you want to use WPA2, you'll want to change the hostapd.conf
options a bit:
wpa=2
wpa_pairwise=CCMP TKIP (or just wpa_pairwise=CCMP)
You also don't need the wep settings in the ifconfig statement for
wlan0 in your rc.conf, hostapd will take care of the encryption bits.
Here's all my rc.conf has for my wlan0 interface (and I'm using WPA2
with it as well, which is configured as in hostapd.conf) which has
been working very well for a variety of clients for some time now:
ifconfig_ath0="mode 11g"
wlans_ath0="wlan0"
create_args_wlan0="wlanmode ap"
ifconfig_wlan0="inet 192.168.1.1 netmask 255.255.255.0 channel 11"
thanks! will try it tomorrow, when my wife is gone for the day :)
randy
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: wpa2 hostap setup
- From: Randy Bush
- Re: wpa2 hostap setup
- References:
- wpa2 hostap setup
- From: Randy Bush
- Re: wpa2 hostap setup
- From: Michael Proto
- wpa2 hostap setup
- Prev by Date: Re: wpa2 hostap setup
- Next by Date: [head tinderbox] failure on arm/arm
- Previous by thread: Re: wpa2 hostap setup
- Next by thread: Re: wpa2 hostap setup
- Index(es):
Relevant Pages
|