Hi James,
On 3/4/22 15:24, James Prestwood wrote:
The logic here assumed any BSS's in the roam scan were identical
to ones
in station's bss_list with the same address. Usually this is true but,
for example, if the BSS changed frequency the one in station's list is
invalid.
Intead when a match is found remove the old BSS and re-insert the new one.
Fixed this typo and...
---
src/station.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
Applied, thanks.
Regards,
-Denis