Wi-Fi scan with country set to 'AU'

I am using the YunCore SR3200 and I would like to perform a Wi-Fi scan. If I have the radios setup as such:

config wifi-device 'radio0'
        option type 'mac80211'
        option channel 'auto'
        option hwmode '11g'
        option path 'platform/qca956x_wmac'
        option htmode 'HT20'
        option country 'AU'

config wifi-device 'radio1'
        option type 'mac80211'
        option channel 'auto'
        option hwmode '11a'
        option path 'pci0000:00/0000:00:00.0'
        option htmode 'VHT80'
        option country 'AU'

Instead of scanning it either hangs (iwinfo) or returns the error command failed: Resource busy (-16) (iw).

If I remove these lines:

option country 'AU'

I am able to scan. Is there really a limitation in this region to not scan? Or is this a bug?

You should set channel to a specific number :grin: