# WiFi (LuCI will manage wifi radios; defaults below as template)
config wifi-device 'radio0'
    option type 'mac80211'
    option hwmode '11ax'
    option path 'platform/soc/xxxx'
    option country 'PL'

config wifi-iface
    option device 'radio0'
    option network 'lan'
    option mode 'ap'
    option ssid 'OpenWRT'
    option encryption 'psk2'
    option key '<WIFI_PASSWORD>'
