Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't repeatedly ask devices for beacon reports if they don't support it #67

Closed
mweinelt opened this issue Apr 30, 2020 · 2 comments
Closed

Comments

@mweinelt
Copy link

mweinelt commented Apr 30, 2020

Logread/syslog is currently full of log messages like this:

hostapd: Beacon request: 08:60:6e:a5:0c:e9 does not support passive beacon report

There are lots of ESP8266 in this network which apparently do not support beacon reports, so it would be great if they wouldn't be queried all the time.

Maybe ignore them if enough reports fail per $duration? That's if you have easy access to that information.

@mweinelt mweinelt mentioned this issue Apr 30, 2020
@PolynomialDivision
Copy link
Collaborator

Maybe ignore them if enough reports fail per $duration? That's if you have easy access to that information.

Actually that is already on my list. You can check the RRM-Capabilities of a client if beacon reports are supported. :)
If u are unhappy with that you can set https://github.com/openwrt/packages/blob/master/net/dawn/files/dawn.config#L27 to 0 or a much higher value.

I hope I have the time to fix this soon.

@PolynomialDivision
Copy link
Collaborator

Should be fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants