proofread interfaces/wireless

This commit is contained in:
whyrlpool 2024-07-04 14:45:09 +01:00 committed by GitHub
parent 6072d753e2
commit 6c56e9f770
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 15 additions and 13 deletions

View File

@ -16,7 +16,7 @@ entirely.
GENEVE is designed to support network virtualization use cases, where tunnels GENEVE is designed to support network virtualization use cases, where tunnels
are typically established to act as a backplane between the virtual switches are typically established to act as a backplane between the virtual switches
residing in hypervisors, physical switches, or middleboxes or other appliances. residing in hypervisors, physical switches, or middleboxes or other appliances.
An arbitrary IP network can be used as an underlay although Clos networks - A An arbitrary IP network can be used as an underlay through Clos networks - A
technique for composing network fabrics larger than a single switch while technique for composing network fabrics larger than a single switch while
maintaining non-blocking bandwidth across connection points. ECMP is used to maintaining non-blocking bandwidth across connection points. ECMP is used to
divide traffic across the multiple links and switches that constitute the divide traffic across the multiple links and switches that constitute the

View File

@ -1,4 +1,4 @@
:lastproofread: 2023-01-26 :lastproofread: 2024-07-04
.. _wireless-interface: .. _wireless-interface:
@ -6,20 +6,20 @@
WLAN/WIFI - Wireless LAN WLAN/WIFI - Wireless LAN
######################## ########################
:abbr:`WLAN (Wireless LAN)` interface provide 802.11 (a/b/g/n/ac) wireless The :abbr:`WLAN (Wireless LAN)` interface provides 802.11 (a/b/g/n/ac) wireless
support (commonly referred to as Wi-Fi) by means of compatible hardware. If your support (commonly referred to as Wi-Fi) by means of compatible hardware. If
hardware supports it, VyOS supports multiple logical wireless interfaces per your hardware supports it, VyOS supports multiple logical wireless interfaces
physical device. per physical device.
There are three modes of operation for a wireless interface: There are three modes of operation for a wireless interface:
* :abbr:`WAP (Wireless Access-Point)` provides network access to connecting * :abbr:`WAP (Wireless Access-Point)` mode provides network access to connecting
stations if the physical hardware supports acting as a WAP stations if the physical hardware supports acting as a WAP
* A station acts as a Wi-Fi client accessing the network through an available * Station mode acts as a Wi-Fi client accessing the network through an available
WAP WAP
* Monitor, the system passively monitors any kind of wireless traffic * Monitor mode lets the system passively monitor wireless traffic
If the system detects an unconfigured wireless device, it will be automatically If the system detects an unconfigured wireless device, it will be automatically
added the configuration tree, specifying any detected settings (for example, added the configuration tree, specifying any detected settings (for example,
@ -58,7 +58,7 @@ Wireless options
.. cfgcmd:: set interfaces wireless <interface> disable-broadcast-ssid .. cfgcmd:: set interfaces wireless <interface> disable-broadcast-ssid
Send empty SSID in beacons and ignore probe request frames that do not specify Send empty SSID in beacons and ignore probe request frames that do not specify
full SSID, i.e., require stations to know SSID. full SSID, i.e., require stations to know the SSID.
.. cfgcmd:: set interfaces wireless <interface> expunge-failing-stations .. cfgcmd:: set interfaces wireless <interface> expunge-failing-stations
@ -105,10 +105,12 @@ Wireless options
.. cfgcmd:: set interfaces wireless <interface> reduce-transmit-power <number> .. cfgcmd:: set interfaces wireless <interface> reduce-transmit-power <number>
Add Power Constraint element to Beacon and Probe Response frames. Adds the Power Constraint information element to Beacon and Probe Response
frames.
This option adds Power Constraint element when applicable and Country element This option adds the Power Constraint information element when applicable
is added. Power Constraint element is required by Transmit Power Control. and the Country information element is configured. The Power Constraint
element is required by Transmit Power Control.
Valid values are 0..255. Valid values are 0..255.