nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
Wi-Fi ready library

Library for handling Wi-Fi ready events. More...

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.
 

Detailed Description

Library for handling Wi-Fi ready events.