Zephyr API 3.6.99
|
Wi-Fi management offload API. More...
#include <wifi_mgmt.h>
Data Fields | |
struct ethernet_api | wifi_iface |
Mandatory to get in first position. | |
const struct wifi_mgmt_ops *const | wifi_mgmt_api |
Wi-Fi management API. | |
const void * | wifi_drv_ops |
Wi-Fi supplicant driver API. | |
Wi-Fi management offload API.
const void* net_wifi_mgmt_offload::wifi_drv_ops |
Wi-Fi supplicant driver API.
struct ethernet_api net_wifi_mgmt_offload::wifi_iface |
Mandatory to get in first position.
A network device should indeed provide a pointer on such net_if_api structure. So we make current structure pointer that can be casted to a net_if_api structure pointer. Ethernet API
const struct wifi_mgmt_ops* const net_wifi_mgmt_offload::wifi_mgmt_api |
Wi-Fi management API.