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 [2025/07/08 15:10] – [Maximum Clients] hogwildadvanced-wireless [2025/08/27 12:47] (current) – [Roaming Assistant] add more details to optimize the behaviour (part 2) m_ars
Line 354: 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>
  
  
advanced-wireless.1751983827.txt.gz · Last modified: by hogwild