summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-11-19 08:06:23 +0100
committerChristian Poessinger <christian@poessinger.com>2019-11-19 08:06:23 +0100
commit3d41ffe40ee294cc2ecfcbec743a3e82bdcee556 (patch)
tree10963830f5e26fd1def7cc906e9f4330f3f257ad /docs
parent26288a1e70d74f126d4dcabf62e9742c70e6bafa (diff)
downloadvyos-documentation-3d41ffe40ee294cc2ecfcbec743a3e82bdcee556.tar.gz
vyos-documentation-3d41ffe40ee294cc2ecfcbec743a3e82bdcee556.zip
wireless: fix occurance on wireless mode
Diffstat (limited to 'docs')
-rw-r--r--docs/interfaces/wireless.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/interfaces/wireless.rst b/docs/interfaces/wireless.rst
index e4e5d0c8..29c4ae4c 100644
--- a/docs/interfaces/wireless.rst
+++ b/docs/interfaces/wireless.rst
@@ -50,6 +50,7 @@ The WAP in this example has the following characteristics:
set interfaces wireless wlan0 address '192.0.2.1/24'
set interfaces wireless wlan0 type access-point
set interfaces wireless wlan0 channel 1
+ set interfaces wireless wlan0 mode n
set interfaces wireless wlan0 ssid 'TEST'
set interfaces wireless wlan0 security wpa mode wpa2
set interfaces wireless wlan0 security wpa cipher CCMP
@@ -64,7 +65,7 @@ Resulting in
wireless wlan0 {
address 192.0.2.1/24
channel 1
- mode g
+ mode n
security {
wpa {
cipher CCMP