Home
last modified time | relevance | path

Searched refs:net_wifi_mgmt_offload (Results 1 – 11 of 11) sorted by relevance

/Zephyr-Core-3.7.0/include/zephyr/net/
Dwifi_mgmt.h955 struct net_wifi_mgmt_offload { struct
980 BUILD_ASSERT(offsetof(struct net_wifi_mgmt_offload, wifi_mgmt_api) < argument
981 offsetof(struct net_wifi_mgmt_offload, wifi_drv_ops));
987 BUILD_ASSERT(offsetof(struct net_wifi_mgmt_offload, wifi_iface) == 0);
/Zephyr-Core-3.7.0/tests/net/wifi/wifi_nm/src/
Dmain.c77 static struct net_wifi_mgmt_offload api_funcs = {
/Zephyr-Core-3.7.0/drivers/wifi/simplelink/
Dsimplelink.c282 static const struct net_wifi_mgmt_offload simplelink_api = {
/Zephyr-Core-3.7.0/subsys/net/l2/wifi/
Dwifi_mgmt.c241 struct net_wifi_mgmt_offload *off_api = in get_wifi_api()
242 (struct net_wifi_mgmt_offload *) dev->api; in get_wifi_api()
/Zephyr-Core-3.7.0/modules/hostap/src/
Dsupp_api.c790 struct net_wifi_mgmt_offload *api = (struct net_wifi_mgmt_offload *)dev->api;
/Zephyr-Core-3.7.0/tests/net/icmp/src/
Dmain.c417 static const struct net_wifi_mgmt_offload offload_api = {
/Zephyr-Core-3.7.0/drivers/wifi/eswifi/
Deswifi_core.c806 static const struct net_wifi_mgmt_offload eswifi_offload_api = {
/Zephyr-Core-3.7.0/drivers/wifi/esp32/src/
Desp_wifi_drv.c743 static const struct net_wifi_mgmt_offload esp32_api = {
/Zephyr-Core-3.7.0/drivers/wifi/infineon/
Dairoc_wifi.c769 static const struct net_wifi_mgmt_offload airoc_api = {
/Zephyr-Core-3.7.0/drivers/wifi/winc1500/
Dwifi_winc1500.c1124 static const struct net_wifi_mgmt_offload winc1500_api = {
/Zephyr-Core-3.7.0/drivers/wifi/esp_at/
Desp.c1523 static const struct net_wifi_mgmt_offload esp_api = {