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

hostapd: add measurement report value for beacon reports #4934

Commits on Oct 13, 2022

  1. hostapd: add measurement report value for beacon reports

    Add the measurement report value to the beacon reports send via ubus. It
    is possible to derive from the measurement report if a station refused to
    do a beacon report and why. It is important to know why a station refuses
    to do a beacon-report. In particular, we should not request a beacon
    report from a station again that refused a beacon-report before.
    
    The rejection reasons can be found by looking at the bits defined by:
    - MEASUREMENT_REPORT_MODE_ACCEPT
    - MEASUREMENT_REPORT_MODE_REJECT_LATE
    - MEASUREMENT_REPORT_MODE_REJECT_INCAPABLE
    - MEASUREMENT_REPORT_MODE_REJECT_REFUSED
    
    Suggested-by: Ian Clowes <clowes_ian@hotmail.com>
    Signed-off-by: Nick Hainke <vincent@systemli.org>
    PolynomialDivision authored and Ansuel committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    e5cab97 View commit details
    Browse the repository at this point in the history