Issue a scan results request to the RPU firmware.
- Parameters
-
| fmac_dev_ctx | Pointer to the UMAC IF context for a RPU WLAN device. |
| if_idx | Index of the interface on which the scan results are to be fetched. |
| scan_type | The scan type (i.e. DISPLAY or CONNECT scan). |
This function is used to send a command to:
- Instruct the RPU firmware to return the results of a scan.
- scan_type defines if the scan is performed for a connection request (SCAN_CONNECT) or to display the scan results to user (SCAN_DISPLAY)
- Return values
-
| NRF_WIFI_STATUS_SUCCESS | On success |
| NRF_WIFI_STATUS_FAIL | On failure to execute command |