nRF Connect SDK API 0.1.0
|
int unregister_wifi_ready_callback | ( | wifi_ready_callback_t | cb, |
struct net_if * | iface | ||
) |
#include <include/net/wifi_ready.h>
Unregister a callback that was registered to be called when the Wi-Fi is ready.
cb | Callback function to be unregistered. |
iface | (optional) Interface to which the callback is registered. |
-EINVAL | if the callback is NULL. |
-ENOENT | if the callback is not registered. |