Some people have issues with option update_beacon_reports '20'
.
This values send every 20s beacon report requests to the client. Since I do not compare the reported values, u can just turn it off or set it to a higher value. Some person in the forum said, that I can extract rssi values from beacon reports. But the person just did not say how I can accomplish that.
If u want to test the steering with 802.11k I can just write a patch for you. But I need to know if the client device is reporting RCPI or RSNI values. U can see this in the hearing map.
Right now, I just use dawn to monitor my network.
There was an issue in my network that a client was forced to roam to another AP
disconnect from AP 30:b5:c2:6e:a3:7d for new auth to 60:e3:27:fb:4e:a5
and then I got a
wlp4s0: 60:e3:27:fb:4e:a5 denied authentication (status 1)
I have to debug this. Sadly, this is very bad status code since it means unspecified failure. -.-
@Xtreme512 I had a bug in parsing the nr-strings. That is why a steering to another AP was probably buggy with bss_tm request.
@ACwifidude and @ACwifidude
If u want to test and ur device responds to 802.11k beacon requests, I can just rewrite a code snippet.