Site Tools


advanced-wireless

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
advanced-wireless [2024/11/09 17:42] – [Afterburner] -Condense hogwildadvanced-wireless [2025/08/27 12:47] (current) – [Roaming Assistant] add more details to optimize the behaviour (part 2) m_ars
Line 35: Line 35:
 ==== Protected Management Frames ==== ==== Protected Management Frames ====
  
-(Default: Off) (ARM-only).+(Default: Off)(ARM-only).
  
 Protected Management Frames (PMF), or MFP. Protected Management Frames (PMF), or MFP.
  
-  * Disable * -  Turns off PMF. +  * Disable * -  turns off PMF. 
-  * Capable  -  Allows all WiFi clients to connect to the network, \\ whether they're PMF-capable or not. Check your WiFi clients \\ for connectivity problems. +  * Capable  -  allows all WiFi clients to connect to the network, \\ whether or not they're PMF-capable. Check your WiFi clients \\ for connectivity problems. 
-  * Required - Only PMF-capable WiFi clients may connect to the network.+  * Required - only PMF-capable WiFi clients may connect to WiFi.
  
- \\ This option has been supported since release 2021.6.+ \\ This option has been supported since release 2021.6. It is disabled by default, since not all WiFi clients support it.
  
 Protected Management Frames provide security for unicast and multicast management action frames. PMF prevents unicast management action frames from eavesdropping and forging data. It also prevents forged multicast management action frames. PMF augments existing privacy protections for data frames with mechanisms that improve the resilience of mission-critical networks. Protected Management Frames provide security for unicast and multicast management action frames. PMF prevents unicast management action frames from eavesdropping and forging data. It also prevents forged multicast management action frames. PMF augments existing privacy protections for data frames with mechanisms that improve the resilience of mission-critical networks.
- 
-This feature is disabled by default, since not all WiFi clients support it. 
  
  \\  \\
Line 95: Line 93:
  
   * Disable *   * Disable *
-  * Auto - Determines which client can reach the router at a specific time \\ through CTS and its send (RTS) packet.+  * Auto - determines which client can reach the router  \\ at a specific time through CTS and its send (RTS) packet.
  
  \\  \\
Line 127: Line 125:
  
   - Federal Communications Commission or "FCC" (USA)   - Federal Communications Commission or "FCC" (USA)
-  - European Telecommunications Standards Institute or "ETSI"+  - European Telecommunications Standards Institute ("ETSI")
   - Telecom Engineering Center or "TELEC" (Japan)   - Telecom Engineering Center or "TELEC" (Japan)
   - (South) Korea Communications Commission (KCC)   - (South) Korea Communications Commission (KCC)
Line 345: Line 343:
 If Media Bridge is enabled, the field appears under the corresponding Media Bridge Radio. If Media Bridge is enabled, the field appears under the corresponding Media Bridge Radio.
  
-Media Bridge mode creates a Virtual Interface ("wlX.Y") for every router client connected. Those interfaces will be removed after the time period set here. +Media Bridge mode creates a Virtual Interface ("wlX.Y") for every router client connected. Those interfaces will be removed after the time period set here. If set to "O"/Disabled", a "wlX.Y" interface is retained for every connected client until the router reboots, including inactive, disconnected devices.\\  \\
- +
-If set to "O"/Disabled", a "wlX.Y" interface is retained for every connected client until the router reboots, including inactive, disconnected devices.\\  \\+
  
  
Line 358: Line 354:
 Support for this started with release 2022.1 (ARM & MIPS hardware; Some MIPS models may not include this option). Support for this started with release 2022.1 (ARM & MIPS hardware; Some MIPS models may not include this option).
  
- \\+There are two criteria for the roaming assistant: 
 + 
 +>1) RSSI [ARM and MIPS hardware]\\ 2) idle rate of your client (default rate for checking < 2 Kbps) [only ARM hardware] 
 + 
 +You can test that for example: if your client constantly is downloading something it will not be kicked off your wireless lan, even if the RSSI criteria is crossed. 
 + 
 +If the default idle rate (hidden option for ARM branch only) is too low for you, it can be adjust: 
 + 
 +Example - change idle limit from 2 (default) to 200 Kbps: 
 + 
 +<code -> 
 +root@R7000:/tmp/home/root# nvram get rast_idlrt 
 +
 +root@R7000:/tmp/home/root# nvram set rast_idlrt=200 
 +root@R7000:/tmp/home/root# nvram get rast_idlrt 
 +200 
 +root@R7000:/tmp/home/root# nvram commit 
 +</code> 
 + 
 + To apply the new limit: 
 + 
 +<code -> 
 +root@R7000:/tmp/home/root# service roamast restart 
 +</code>
  
  
Line 419: Line 438:
  
 This sets the maximum number of clients allowed on the WiFi network. Increasing this number isn't advised. The the likely result will be an overloaded network with slow throughput. There is little risk in testing a lower number. This can be useful to reduce network traffic, or for security purposes. This sets the maximum number of clients allowed on the WiFi network. Increasing this number isn't advised. The the likely result will be an overloaded network with slow throughput. There is little risk in testing a lower number. This can be useful to reduce network traffic, or for security purposes.
 +
 +Note that SDK7 routers like the Netgear R7900, R8000 or Asus AC3200 support **only up to 32 clients** per band, or 3x32 in total.
  
  \\  \\
advanced-wireless.1731174120.txt.gz · Last modified: by hogwild