Hi guys.
I have tplink 1043nd powered by openwrt 15.05.1 I configured two SSIDs a81m for empliyee and a81m-guets for visitors.
my config looks like bellow:
/etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option channel '11'
option hwmode '11g'
option path 'platform/qca955x_wmac'
option country 'US'
option htmode 'HT40-'
option txpower '20'
option noscan '1'
option distance '10'
config wifi-iface
option device 'radio0'
option ssid 'a81m'
option mode 'ap'
option encryption 'psk2+ccmp'
option key 'censored'
option macfilter 'deny'
list maclist '1C:AF:F7:D6:82:C3'
option network 'wan lan'
config wifi-iface
option device 'radio0'
option mode 'ap'
option hidden '0'
option encryption 'psk2+ccmp'
option key 'censored'
option bgscan '0'
option wds '0'
option macfilter 'none'
option ssid 'a81m-guest'
option network 'vlan12'
option channel '5'
option disabled '0'
option isolate '1'
but I'm still see via wireless scanned network a81m-guest broadcasring via channel 11 not 5 seleccted above.
it looks like wifi-iface inherit settings from wifi-device?
how to force different SSID to use diferrent channels?
Thank you.