nRF Connect SDK API 2.8.99
|
int softap_wifi_provision_init | ( | const softap_wifi_provision_evt_handler_t | handler | ) |
#include <include/net/softap_wifi_provision.h>
Initialize the library.
Must be called before any other function in the library.
[in] | handler | Event handler for receiving asynchronous notifications. |
-EINVAL | if the handler is NULL. |