diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-15 21:50:47 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-06-15 21:50:47 +0200 |
commit | 6a69e00a85f26c8f6dfe66afb7c59b264ea2088a (patch) | |
tree | b5032c463bdc356957e9c3283c2408a5fc2f5981 /docs/configuration | |
parent | d55d8d41e933ded5b7efe0e02cf3b709a55117e1 (diff) | |
download | vyos-documentation-6a69e00a85f26c8f6dfe66afb7c59b264ea2088a.tar.gz vyos-documentation-6a69e00a85f26c8f6dfe66afb7c59b264ea2088a.zip |
wireless: T6318: move country-code to a system wide configuration
Diffstat (limited to 'docs/configuration')
-rw-r--r-- | docs/configuration/interfaces/wireless.rst | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/docs/configuration/interfaces/wireless.rst b/docs/configuration/interfaces/wireless.rst index df153763..8a45111e 100644 --- a/docs/configuration/interfaces/wireless.rst +++ b/docs/configuration/interfaces/wireless.rst @@ -36,15 +36,10 @@ Common interface configuration :var0: wireless :var1: wlan0 -Wireless options -================ - -.. cfgcmd:: set interfaces wireless <interface> channel <number> +System Wide configuration +========================= - Channel number (IEEE 802.11), for 2.4Ghz (802.11 b/g/n) channels range from - 1-14. On 5Ghz (802.11 a/h/j/n/ac) channels available are 0, 34 to 173 - -.. cfgcmd:: set interfaces wireless <interface> country-code <cc> +.. cfgcmd:: set system wireless country-code <cc> Country code (ISO/IEC 3166-1). Used to set regulatory domain. Set as needed to indicate country in which device is operating. This can limit available @@ -52,6 +47,14 @@ Wireless options .. note:: This option is mandatory in Access-Point mode. +Wireless options +================ + +.. cfgcmd:: set interfaces wireless <interface> channel <number> + + Channel number (IEEE 802.11), for 2.4Ghz (802.11 b/g/n) channels range from + 1-14. On 5Ghz (802.11 a/h/j/n/ac) channels available are 0, 34 to 173 + .. cfgcmd:: set interfaces wireless <interface> disable-broadcast-ssid Send empty SSID in beacons and ignore probe request frames that do not specify |