| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
Extended net_if_api for offloaded ifaces/network devices, allowing handling of admin up/down state changes. More...
#include <offloaded_netdev.h>
Data Fields | |
| struct net_if_api | iface_api | 
| int(* | enable )(const struct net_if *iface, bool state) | 
Extended net_if_api for offloaded ifaces/network devices, allowing handling of admin up/down state changes.
Enable or disable the device (in response to admin state change)
| struct net_if_api offloaded_if_api::iface_api | 
The net_if_api must be placed in first position in this struct so that we are compatible with network interface API.