On the Radio, is it possible to bind to a specific WLAN not only by SSID, but also by BSSID?
Background of my question:
Since some days I'm debugging WLAN instabilities of one of my RasPi3 running RasPi OS (based on bookworm).
It took me a while to find out that the Network Manager sometimes tries to connect to the wrong WiFi network, thereby of course failing each time.
But each time, this increases a "fail count" which it associates with the name/SSID of my Router WiFi (which is the correct WiFi). This, after some random time, finally causes the Network Manager to stop any further connection attempts to my Router WiFi.
Deeper looking into the problem revealed that the Network Manager messes up my WiFi with a Wifi nearby having a hidden SSID.
As far as I can see, the WiFi with hidden SSID sends out a (presumably bogus) SSID of \0x00\0x00\0x00\0x00\0x00\0x00\0x00\0x00\0x00\0x00\0x00.
I don't know why the Network Manager messes up this Wifi with my Router Wifi having a real Name / SSID, but I was ultimately able to fix this problem by connecting by BSSID/SSID combination instead of only SSID!
Today, I realized that by Radio also lost connection to the WiFi of my router again, so maybe it has similar reasons???
On the Radio, is it possible to bind to a specific WLAN not only by SSID, but also by BSSID?
Background of my question:
Since some days I'm debugging WLAN instabilities of one of my RasPi3 running RasPi OS (based on bookworm).
It took me a while to find out that the Network Manager sometimes tries to connect to the wrong WiFi network, thereby of course failing each time.
But each time, this increases a "fail count" which it associates with the name/SSID of my Router WiFi (which is the correct WiFi). This, after some random time, finally causes the Network Manager to stop any further connection attempts to my Router WiFi.
Deeper looking into the problem revealed that the Network Manager messes up my WiFi with a Wifi nearby having a hidden SSID.
As far as I can see, the WiFi with hidden SSID sends out a (presumably bogus) SSID of \0x00\0x00\0x00\0x00\0x00\0x00\0x00\0x00\0x00\0x00\0x00.
I don't know why the Network Manager messes up this Wifi with my Router Wifi having a real Name / SSID, but I was ultimately able to fix this problem by connecting by BSSID/SSID combination instead of only SSID!
Today, I realized that by Radio also lost connection to the WiFi of my router again, so maybe it has similar reasons???