config radio-profile
Description: Configure WiFi Radio profile.
config wifi radio-profile
edit <radio profile name>
set band <2GHz/5GHz>
set enable <enable/disable>
set role <lan/wan> # two options for role, as lan and wan
If role is set as lan, configure the following parameters for the WiFi lan interface:
set operating-standards auto
set power-mode auto
set channel
set bandwidth auto
set extension-channel auto
set guard-interval auto
set vap <ap names> #maximum 4 APs for the vap configure
If role is set as wan, configure the following parameters for the WiFi wan interface:
set wifi-networks <external WiFi network>
Sample command:
FVA21FTF22000003 (wifi) # config radio-profile
config wifi radio-profile
edit 2g-profile
set band 2GHz
set enable enable
set role lan
set operating-standards auto
set power-mode auto
set channel
set bandwidth auto
set extension-channel auto
set guard-interval auto
set vap fev-home-2g-1 fev-home-2g-3 fev-home-2g-4
next
edit 5g-profile
set band 5GHz
set enable enable
set role wan
set wifi-networks 5g-Dream
next
end