![]() |
nrfxlib API 3.3.99
|
| int nrf_modem_wifi_scan_start | ( | struct nrf_modem_wifi_scan_start_params const * | params | ) |
#include <nrf_modem/include/nrf_modem_wifi_scan.h>
Start Wi-Fi scan operation.
If the function returns zero, the results are sent via one or more NRF_MODEM_WIFI_SCAN_EVT_RESULT events.
| [in] | params | Scan operation input parameters. |
| 0 | Success. |
| -NRF_EPERM | The Modem library is not initialized. |
| -NRF_EBADMSG | The modem responded with wrong response. |
| -NRF_EFAULT | Input parameter is NULL or event handler is not set. |
| -NRF_EINVAL | Input parameter has an invalid value. |
| -NRF_ENOMEM | There is not enough shared memory for this request. |
| -NRF_ESHUTDOWN | The modem was shut down. |