I am testing 802.11krv fast roaming with 2 APs. I have 2 APs and 1 client.
Currently it seems, only when associated AP disconnect, for example beacon lost (disconnect power supply), so client will switch to another AP.
Ideally I think AP should detect RSSI, if the RSSI is lower than threshold, client will switch to another one, so that no more packets loss, this is the purpose of fast roaming.
My understanding, from 802.11krv, the behavior should like below:
(1) current associated AP detect RSSI lower than threshold, it will inform client for potential switch
(2) client will send neighbor request and receive neighbor report
(3) ....
After searched, somebody says:
A) in the wirelss interface configuration,
RSSI threshold for joining 0 - not using RSSI threashold 1 - do not chane driver default
in my case, I installed OpenWrt 22.03, no this options via LuCI interface.
B) adjust below parameters.
option signal_connect “-50”
option signal_stay “-60”
option signal_strikes “3”
option signal_poll_time “5”
option signal_drop_reason “3”
LuCI doesn't those parameters, so I have to set those with command line, right ?
If so, the question:
(1) these parameters are all the parameters to tune for fast roaming ?
(2) Is there document to explain those parameters ?