nRF Connect SDK API 2.8.99
|
#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. | |