View Single Post
  #1   (View Single Post)  
Old 4th June 2008
Malinda Malinda is offline
New User
 
Join Date: Jun 2008
Posts: 6
Default Dual ath cards with WPA2 in hostapd?

Hi!

I testing to configure FreeBSD with two ath WiFi cards and everything working in rc.conf. Both SSID is working om different channels that I want, and I can connect.

But I can only get one card to work with WPA2. I have Google a lot and can't fine how to get dual card in hostapd.conf.

I have a standard hostapd.conf file today:

interface=ath0
driver=bsd
logger_syslog=-1
logger_syslog_level=0
logger_stdout=-1
logger_stdout_level=0
debug=3
dump_file=/tmp/hostapd.dump
ctrl_interface=/var/run/hostapd
ctrl_interface_group=wheel
#### IEEE 802.11 related config ####
ssid=MY_SSID_1
macaddr_acl=0
auth_algs=1
#### IEEE 802.1X related config ####
ieee8021x=0
#### WPA/IEEE 802.11i config #####
wpa=1
wpa_passphrase=MY_KEY
wpa_key_mgmt=WPA-PSK
wpa_pairwise=CCMP TKIP


Of cause this will only work on ath0, not on ath1. But how can I put in my other WiFi card, ath1 in the hostapd.conf so I can have both card working.

And.. later I will test with a Radius server. Some strange there with dual WPA2 support in hostapd.conf?

/Malinda
__________________
Yes! I'am a girl...
Reply With Quote