William Unruh
2022-06-23 01:39:32 UTC
wpa_supplicant has a bad bug. If there are many BSSID for a single SSID,
wpa_supplicant will simply grab the first BSSID it sees to connect to.
This can often (usualy) be a disaster, as it will grab a weak signal,
rather than the strongest signal, meaning lots of disconnections, flakey
wifi, etc. Does anyone know of a way to get it to grab the strongest
signal (Yes, I know what the strongest is may fluctuate, but it is
better to grab a signal that is now strong, rather than grab a very weak
BSSID)
The BSSID is the hadware address of a given wifi access point, while the
SSID is the name of the network that that access point is supposed to
connect to. Thus at a University there may be many BSSID all of which
connect to the eduroam network. Or in a Hotel, there may be many access
points all of which have the same name "Hilton Bombay" but being from
different floors of the hotel, will vary widely in strength.
wpa_supplicant just grabs the first one it sees, which could be from 3
floors away with a signal strength of "one bar" and completelydisappears
when someone on the intermediate floors takes a bath (the water
reflecting the signal). This is instead of using the signal from the AP
just outside the door of your room on your floor.
wpa_supplicant will simply grab the first BSSID it sees to connect to.
This can often (usualy) be a disaster, as it will grab a weak signal,
rather than the strongest signal, meaning lots of disconnections, flakey
wifi, etc. Does anyone know of a way to get it to grab the strongest
signal (Yes, I know what the strongest is may fluctuate, but it is
better to grab a signal that is now strong, rather than grab a very weak
BSSID)
The BSSID is the hadware address of a given wifi access point, while the
SSID is the name of the network that that access point is supposed to
connect to. Thus at a University there may be many BSSID all of which
connect to the eduroam network. Or in a Hotel, there may be many access
points all of which have the same name "Hilton Bombay" but being from
different floors of the hotel, will vary widely in strength.
wpa_supplicant just grabs the first one it sees, which could be from 3
floors away with a signal strength of "one bar" and completelydisappears
when someone on the intermediate floors takes a bath (the water
reflecting the signal). This is instead of using the signal from the AP
just outside the door of your room on your floor.