What's new

Need help changing AP roaming assistant value

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Sir Dan Baker

Regular Contributor
Hej guys,

I'm a well satisfied user of two RTN66U's with one set up as accesspoint. I have turned on the roaming assistant but I would like to change the upper-value on which the Asus disconnects the client from -70 to -60 if that's possible.
I know how to get into the back-door of these units using putty-tel (been using this to push the wifi output to 500mw) but I don't know the specific commandline to change this value. Could one of you kindly provide me with this command so I can force these units to disconnect faster?
The reason why I want to do this is that the level of -70 is still usable for normal surfing but not for streaming long periods of Netflix. So I want my iPhone to switch faster from the ground level router to the 1st floor level accesspoints.

Thanks in advance :).
 
Well if this helps...

Many clients will start making decisions at -70, but only if the delta between AP1 and AP2 are about 8-12dB apart - 8dB in traffic, 12dB on idle - so if the AP's are too closely spaced, they will camp...

Pushing Tx power to 500mw can be part of the problem, considering most Clients max out at 30mw (15 dBm)
 
Ah indeed, the 500mw can be part of the issue here. Thanks, didn't think in that direction yet.
But I would still like to be able to change this -70 number if possible. Maybe I could tweet Merlin directly.
If I get an answer to this, I'll post it here.


Sent from my iPhone using Tapatalk
 
to change the roaming rssi.....

nvram set wl0_user_rssi=value (for 2.4 GHz)
nvram set wl1_user_rssi=value (for 5 GHz)
nvram commit
service restart_wireless

After you do this, if you go back to the Wireless>Professional tab it won't let you save anything because of a value out of range on for the roaming assistant.
 
Ah indeed, the 500mw can be part of the issue here. Thanks, didn't think in that direction yet.
But I would still like to be able to change this -70 number if possible. Maybe I could tweet Merlin directly.
If I get an answer to this, I'll post it here.

I would turn power down first to 100mW or less - enterprise network planning assumes 2x client Tx...

500mW unbalances the link, so the client won't trigger perhaps when it should..
 
to change the roaming rssi.....

nvram set wl0_user_rssi=value (for 2.4 GHz)
nvram set wl1_user_rssi=value (for 5 GHz)
nvram commit
service restart_wireless

After you do this, if you go back to the Wireless>Professional tab it won't let you save anything because of a value out of range on for the roaming assistant.

I went to change this, and afterwards also found this in "nvram show | grep user_rssi":

wl_user_rssi=-70

so I changed that one as well. Just in case it is used instead of wl0 and wl1.

Thanks for this, by the way.
 
@RogerSC - The wl_ vars are just used by the gui so that the same gui code can be used for both 2.4 and 5GHz.....it will follow the last value that you set for either 2.4 or 5GHz in the gui.
 
@RogerSC - The wl_ vars are just used by the gui so that the same gui code can be used for both 2.4 and 5GHz.....it will follow the last value that you set for either 2.4 or 5GHz in the gui.

Thanks! Don't have the source code at this point, appreciate it.
 

Similar threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top