<br clear="all">Hi,<br> <br>I use Broadcon wireless network interface card, I try to setup two BSSID, one with WPA encryption method, the other with WPA2 encryption method, I try to use hostapd to support the encryption method. The hostapd version is 0.6.9, I can use hostapd for one bssid with encryption method, if I try to set up both of them with encryption method by hostapd, the hostapd can not support this. The client cannot connect the second BSSID.<br>
<br>I am not sure I configure correct or is there some limitation of hostapd of encryption for Multiple BSSID. If this is limitatioin of hostapd, do you have any schedule to fix this.<br>The configure file is:<br>interface=wl0<br>
driver=bcm<br>bridge=br0<br>ssid=test<br>auth_algs=1<br>wpa=1<br>wpa_passphrase=11111111<br>wpa_key_mgmt=WPA-PSK<br>wpa_pairwise=TKIP CCMP<br> <br>bss=wl0.1<br>ssid=bcm_test<br>wpa=2<br>wpa_passphrase=22222222<br>wpa_key_mgmt=WPA-PSK<br>
wpa_pairwise=TKIP CCMP<br> <br>Thanks very<br> <br>Elvis <br>