nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
wifi_ready.h File Reference
#include <zephyr/net/net_if.h>

Go to the source code of this file.

Data Structures

struct  wifi_ready_callback_t
 Structure for storing a callback function to be called when the Wi-Fi is ready. More...
 

Functions

int register_wifi_ready_callback (wifi_ready_callback_t cb, struct net_if *iface)
 Register a callback to be called when the Wi-Fi is ready.
 
int unregister_wifi_ready_callback (wifi_ready_callback_t cb, struct net_if *iface)
 Unregister a callback that was registered to be called when the Wi-Fi is ready.