Hi to all, I'm trying to hide SSIDs (radio0 and radio1) without success....why? I don't understand!

config wifi-device 'radio0'
    option type 'mac80211'
    option hwmode '11a'
    option path '18000000.axi/bcma0:7/pci0000:00/0000:00:00.0/0000:01:00.0'
    option disable '0'
    option htmode 'VHT20'
    option country 'US'
    option channel 'auto'

config wifi-device 'radio1'
    option type 'mac80211'
    option hwmode '11g'
    option path '18000000.axi/bcma0:8/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:01.0/0001:03:00.0'
    option htmode 'HT40'
    option channel '11'
    option country 'IT'

config wifi-device 'radio2'
    option type 'mac80211'
    option hwmode '11a'
    option path '18000000.axi/bcma0:8/pci0001:00/0001:00:00.0/0001:01:00.0/0001:02:02.0/0001:04:00.0'
    option htmode 'VHT80'
    option disabled '0'
    option country '00'
    option channel '36'

config wifi-iface
    option device 'radio0'
    option mode 'ap'
    option network 'lan'
    option encryption 'psk2'
    option key 'SAMEPASSWORD'
    option ssid 'SAMENAME'
    option macaddr 'xx:xx:xx:xx:xx:xx'
    option hidden '1'

config wifi-iface
    option device 'radio1'
    option mode 'ap'
    option ssid 'SAMENAME'
    option network 'lan'
    option encryption 'psk2'
    option key 'SAMEPASSWORD'
    option macaddr 'xx:xx:xx:xx:xx:xx'
    option hidden '1'

config wifi-iface
    option network 'wwan'
    option ssid 'xxxxxxxxxxxxxxxx'
    option encryption 'psk2'
    option device 'radio2'
    option mode 'sta'
    option bssid 'xx:xx:xx:xx:xx:xx'
    option key 'xxxxxxxxxxxxxxxxxxxxx'
    option macaddr 'xx:xx:xx:xx:xx:xx'

(Last edited by Squalo on 12 Nov 2017, 15:23)