WIFI: Scan Sample No Raw Results. SDK 2.8 and 2.9

Running the WiFi scan sample on a Thingy91X or NRF7002DK in SDK 2.8 and 2.9 works for scan_done results but if you change to show raw scans, no raw scans are displayed. The only line I changed from the default sample is in prj.conf:

CONFIG_WIFI_MGMT_RAW_SCAN_RESULTS=y

This works on both boards for SDK 2.7 so its not a hardware issue.

More specifically, in wifi_mgmt_event_handler no "NET_EVENT_WIFI_RAW_SCAN_RESULT" results are ever received. I have not done a deeper dive beyond this yet. Confirming this is an issue that someone else can replicate and I am not missing anything. I'm new to SDK 2.8 and higher.

Thanks

Chris

Related