Tool/software:
We are using WL1807MOD WIFI module in one of our project running Yocto linux. The module is configured in Concurrent mode (AP + STA).
When we connect the WFI in STA mode to mesh network or Router having same SSID for 2.4 and 5 GHz band, what will be the default RSSI limits to trigger AP switch and also what is the RSSI difference between connected AP and other AP to trigger switch.
Below document mention there is a mechanism to change this RSSI switch limit (in 4.15 section). Please provide some steps or way to change these limits,
https://www.ti.com/lit/ug/swru423a/swru423a.pdf?ts=1730115718621&ref_url=https%253A%252F%252Fwww.google.com%252F
Also is there a way to disable these roaming feature. We are using NetworkManager to configure the network.
Other than RSSI is there any other parameter which will trigger the AP switch.
Also below is the observation when we connect to router having same SSID for 2.4 and 5 GHz band
When we connect to SSID it will connect to 2.4 GHz which is having good signal strength. The AP roaming will switch to 5GHz which is having less signal strength. After sometime again it will switch to 2.4GHz this will continue.
[ 2964.277306] wlan0: disconnect from AP 9c:c9:eb:1a:d2:31 for new auth to a2:c9:eb:1a:d2:2f [ 2964.401454] wlan0: authenticate with a2:c9:eb:1a:d2:2f [ 2964.433908] wlan0: send auth to a2:c9:eb:1a:d2:2f (try 1/3) [ 2964.586359] wlan0: authenticated [ 2964.654489] wlan0: associate with a2:c9:eb:1a:d2:2f (try 1/3) [ 2964.694907] wlan0: RX ReassocResp from a2:c9:eb:1a:d2:2f (capab=0x1431 status=0 aid=1) [ 2964.728574] wlan0: associated [ 2964.928352] wlcore: Association completed. [ 3057.574863] wlan0: disassociated from a2:c9:eb:1a:d2:2f (Reason: 1=UNSPECIFIED) [ 3058.817391] wlan0: authenticate with 9c:c9:eb:1a:d2:31 [ 3058.883672] wlan0: send auth to 9c:c9:eb:1a:d2:31 (try 1/3) [ 3058.933228] wlan0: authenticated [ 3058.964537] wlan0: associate with 9c:c9:eb:1a:d2:31 (try 1/3) [ 3059.006467] wlan0: RX AssocResp from 9c:c9:eb:1a:d2:31 (capab=0x1511 status=0 aid=1) [ 3059.037915] wlan0: associated [ 3059.163584] wlcore: Association completed. [ 3102.097032] wlan0: disconnect from AP 9c:c9:eb:1a:d2:31 for new auth to a2:c9:eb:1a:d2:2f [ 3102.238292] wlan0: authenticate with a2:c9:eb:1a:d2:2f [ 3102.271768] wlan0: send auth to a2:c9:eb:1a:d2:2f (try 1/3) [ 3102.420688] wlan0: authenticated [ 3102.474507] wlan0: associate with a2:c9:eb:1a:d2:2f (try 1/3) [ 3102.517152] wlan0: RX ReassocResp from a2:c9:eb:1a:d2:2f (capab=0x1431 status=0 aid=1) [ 3102.550627] wlan0: associated [ 3102.744725] wlcore: Association completed.