docs: renaming gluon-luci-privatewifi into gluon-luci-private-wifi
This commit is contained in:
parent
547fc42ff9
commit
ab7735cd5d
@ -4,10 +4,9 @@ Private WLAN
|
|||||||
It is possible to set up a private WLAN that bridges the WAN port and is seperated from the mesh network.
|
It is possible to set up a private WLAN that bridges the WAN port and is seperated from the mesh network.
|
||||||
Please note that you should not enable ``mesh_on_wan`` simultaneously.
|
Please note that you should not enable ``mesh_on_wan`` simultaneously.
|
||||||
|
|
||||||
The private WLAN can be enabled through the config mode if the package ``gluon-luci-privatewifi`` is installed.
|
The private WLAN can be enabled through the config mode if the package ``gluon-luci-private-wifi`` is installed.
|
||||||
You may also enable a private WLAN using the command line:
|
You may also enable a private WLAN using the command line::
|
||||||
|
|
||||||
::
|
|
||||||
uci set wireless.wan_radio0=wifi-iface
|
uci set wireless.wan_radio0=wifi-iface
|
||||||
uci set wireless.wan_radio0.device=radio0
|
uci set wireless.wan_radio0.device=radio0
|
||||||
uci set wireless.wan_radio0.network=wan
|
uci set wireless.wan_radio0.network=wan
|
||||||
@ -22,9 +21,8 @@ You may also enable a private WLAN using the command line:
|
|||||||
Please replace ``$SSID`` by the name of the WLAN and ``$KEY`` by your passphrase (8-63 characters).
|
Please replace ``$SSID`` by the name of the WLAN and ``$KEY`` by your passphrase (8-63 characters).
|
||||||
If you have two radios (e.g. 2.4 and 5 GHz) you need to do this for radio0 and radio1.
|
If you have two radios (e.g. 2.4 and 5 GHz) you need to do this for radio0 and radio1.
|
||||||
|
|
||||||
It may also be disabled by running:
|
It may also be disabled by running::
|
||||||
|
|
||||||
::
|
|
||||||
uci set wireless.wan_radio0.disabled=1
|
uci set wireless.wan_radio0.disabled=1
|
||||||
uci commit
|
uci commit
|
||||||
wifi
|
wifi
|
||||||
|
Loading…
Reference in New Issue
Block a user