Skip to content

bbf: Fix Device.WiFi.NeighboringWiFiDiagnostic

Ghost User requested to merge fix_neighboring_wifi_diagnostic into devel

Two issues related to Device.WiFi.NeighboringWiFiDiagnostic command are fixed in this patch:

  1. Command was not showing any scan results Root cause: ubus method "scanresults" alone no more provides wifi scan results. It has to be now accompanied with ubus method "scan"

  2. With fixing the first issue, command was only showing results for only one of the radios: Root cause: Loop to fill wireless scan results for multiple radios was not handled properly.

Merge request reports