wifi-config: fix ibss option
This commit is contained in:
parent
8c3ad7fc04
commit
ee65187d07
@ -94,7 +94,7 @@ uci:foreach('wireless', 'wifi-device', function(config)
|
|||||||
end
|
end
|
||||||
|
|
||||||
vif_option('client', {'client', 'owe'}, translate('Enable client network (access point)'))
|
vif_option('client', {'client', 'owe'}, translate('Enable client network (access point)'))
|
||||||
vif_option('ibss', translate("Enable mesh network (IBSS)"))
|
vif_option('ibss', {'ibss'}, translate("Enable mesh network (IBSS)"))
|
||||||
|
|
||||||
local mesh_vif = vif_option('mesh', {'mesh'}, translate("Enable mesh network (802.11s)"))
|
local mesh_vif = vif_option('mesh', {'mesh'}, translate("Enable mesh network (802.11s)"))
|
||||||
if is_5ghz then
|
if is_5ghz then
|
||||||
|
Loading…
Reference in New Issue
Block a user