I am trying to make multiple SSIDs scenario with unique BSSID for each SSID. I having issue with Beacons. The (B)SSID based on physical interface is generating Beacons, but the virtual interfaces (created via bss parameter in conf) are not generating any Beacons (but they can handle Probes and other mgmt frames). Can somebody tell me what is wrong?<div>
<div><br></div><div>Using: ubuntu 3.2.0-23-generic-pae, ath9k_htc driver</div><div><br></div><div># hostapd.conf</div><div>---------------------</div><div>driver=nl80211</div><div>hw_mode=g</div><div>channel=10</div><div>
<br></div><div>interface=wlan5</div><div>ssid=ssid1</div><div>bssid=02:ab:cd:ef:12:30</div><div><br></div><div>bss=wlan0_2</div><div>ssid=ssid2</div><div>bssid=02:ab:cd:ef:12:31</div></div><div><br></div>