My conf:
Hostname OpenWrt
Model Enterasys WS-AP3705i
Architecture Atheros AR1044 rev 1
Target Platform ath79/generic
Firmware Version OpenWrt 24.10.2 r28739-d1040319c6 / LuCI openwrt-24.10 branch 25.168.50434~d6b13f6
Kernel Version 6.6.10
cat /etc/config/network
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config device
option name 'br-lan10'
option type 'bridge'
option vid '10'
list ports 'eth0.10'
config device
option name 'br-lan20'
option type 'bridge'
option vid '20'
list ports 'eth0.20'
config interface 'lan10'
option proto 'none'
option device 'br-lan10'
config interface 'lan20'
option device 'br-lan20'
option proto 'static'
option ipaddr '10.0.20.2'
option netmask '255.255.255.0'
option gateway '10.0.20.1'
list dns '8.8.8.8'
list dns '1.1.1.1'
cat /etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/ahb/18100000.wmac'
option band '2g'
option channel '11'
option htmode 'HT20'
option cell_density '0'
option txpower '10'
option country 'BR'
config wifi-iface 'default_radio0'
option device 'radio0'
option network 'lan20'
option mode 'ap'
option ssid 'test'
option encryption 'psk2+ccmp'
option key 'xxxxxxxxxx'
config wifi-iface 'wifinet2'
option device 'radio0'
option network 'lan10'
option mode 'ap'
option ssid 'wifiradius'
option encryption 'wpa2+ccmp'
option auth_server '10.20.30.1'
option auth_secret 'xxxxxxxxxxxxxxxxxxxxxxxxx'
config wifi-device 'radio1'
option type 'mac80211'
option path 'pci0000:00/0000:00:00.0'
option band '5g'
option channel '149'
option txpower '17'
option cell_density '0'
option htmode 'HT20'
option country 'BR'
option log_level '4'
config wifi-iface 'default_radio1'
option device 'radio1'
option network 'lan20'
option mode 'ap'
option ssid 'test'
option encryption 'psk2+ccmp'
option key 'xxxxxxxxxx'
config wifi-iface 'wifinet3'
option device 'radio1'
option network 'lan10'
option mode 'ap'
option ssid 'wifiradius'
option encryption 'wpa2+ccmp'
option auth_server '10.20.30.1'
option auth_secret 'xxxxxxxxxxxxxxxxxxxxxxxxx'
wifi reload
Sat Aug 23 12:51:35 2025 kern.info kernel: [ 2729.319387] ath9k 18100000.wmac phy0-ap1: left allmulticast mode
Sat Aug 23 12:51:35 2025 kern.info kernel: [ 2729.325658] ath9k 18100000.wmac phy0-ap1: left promiscuous mode
Sat Aug 23 12:51:35 2025 kern.info kernel: [ 2729.331946] br-lan93: port 3(phy0-ap1) entered disabled state
Sat Aug 23 12:51:35 2025 kern.info kernel: [ 2729.340723] ath9k 0000:00:00.0 phy1-ap1: left allmulticast mode
Sat Aug 23 12:51:35 2025 kern.info kernel: [ 2729.346849] ath9k 0000:00:00.0 phy1-ap1: left promiscuous mode
Sat Aug 23 12:51:35 2025 kern.info kernel: [ 2729.353143] br-lan93: port 2(phy1-ap1) entered disabled state
Sat Aug 23 12:51:38 2025 daemon.notice wpa_supplicant[1304]: Set new config for phy phy1
Sat Aug 23 12:51:38 2025 daemon.notice wpa_supplicant[1304]: Set new config for phy phy0
Sat Aug 23 12:51:38 2025 daemon.notice hostapd: Set new config for phy phy1: /var/run/hostapd-phy1.conf
Sat Aug 23 12:51:38 2025 daemon.notice hostapd: Remove bss 'phy1-ap1' on phy 'phy1'
Sat Aug 23 12:51:39 2025 daemon.notice hostapd: phy1-ap1: AP-DISABLED
Sat Aug 23 12:51:39 2025 daemon.notice hostapd: phy1-ap1: CTRL-EVENT-TERMINATING
Sat Aug 23 12:51:39 2025 daemon.err hostapd: rmdir[ctrl_interface=/var/run/hostapd]: Permission denied
Sat Aug 23 12:51:39 2025 daemon.notice hostapd: nl80211: Failed to remove interface phy1-ap1 from bridge br-lan20: No such device
Sat Aug 23 12:51:39 2025 daemon.notice hostapd: Reloaded settings for phy phy1
Sat Aug 23 12:51:39 2025 daemon.notice hostapd: Set new config for phy phy0: /var/run/hostapd-phy0.conf
Sat Aug 23 12:51:39 2025 daemon.notice hostapd: Remove bss 'phy0-ap1' on phy 'phy0'
Sat Aug 23 12:51:39 2025 daemon.notice hostapd: phy0-ap1: AP-DISABLED
Sat Aug 23 12:51:39 2025 daemon.notice hostapd: phy0-ap1: CTRL-EVENT-TERMINATING
Sat Aug 23 12:51:39 2025 daemon.err hostapd: rmdir[ctrl_interface=/var/run/hostapd]: Permission denied
Sat Aug 23 12:51:39 2025 daemon.notice hostapd: nl80211: Failed to remove interface phy0-ap1 from bridge br-lan20: No such device
Sat Aug 23 12:51:40 2025 daemon.notice hostapd: Reloaded settings for phy phy0
Sat Aug 23 12:51:40 2025 daemon.notice netifd: Wireless device 'radio1' is now up
Sat Aug 23 12:51:40 2025 daemon.notice netifd: Wireless device 'radio0' is now up
Wifi works, but not show tab in Luci.