Hello, we need to config 2G+5G or 2G+6G wireless configuration from UCI command.
anyone know how to setup /etc/config/wireless?
for 2G+5G case, can I set wireless config like this?
config wifi-device 'wl0'
option device 'wl0'
config wifi-iface
option device 'wl0'
config wifi-device 'wl1'
option device 'wl1'
config wifi-iface
option device 'wl1'
config wifi-device 'wl2'
option device 'wl2'
option disabled 1
config wifi-iface
option device 'wl2'
/etc/wireless # iw dev
phy#0
Interface ap0
ifindex 36
wdev 0x3
addr 02:0c:e7:66:32:e1
ssid MiFi_Softap_2G
type AP
Interface ap1
ifindex 37
wdev 0x4
addr 06:0c:e7:66:32:e0
ssid MiFi_Softap_5G
type AP
Interface wlan0
ifindex 34
wdev 0x1
addr 00:0c:e7:66:32:e1
type managed
Thanks