Skip to content

hostapd: handle unsuccessful rrm_beacon_report_response

In case station was not able to provide measurement report,
'mode' field was set to value other than zero. This situation was not
handled and ended with a lot of warnings.
"daemon.warn hostapd: hostapd_ubus_rrm_beacon_resp: [argc < 5] failed"

Now more information will be printed as MSG_DEBUG level from hostapd.

"daemon.debug hostapd: hostapd_ubus_rrm_beacon_resp: STA[00:0a:52:06:2e:bb] is refusing to generate a report, mode:0x4, token:24"

Signed-off-by: Marek Puzyniak marek.puzyniak@iopsys.eu

Edited by Marek Puzyniak

Merge request reports