13#ifndef ZEPHYR_INCLUDE_OFFLOADED_NETDEV_H_
14#define ZEPHYR_INCLUDE_OFFLOADED_NETDEV_H_
Public API for network interface.
state
Definition: parser_state.h:29
Network Interface structure.
Definition: net_if.h:516
Extended net_if_api for offloaded ifaces/network devices, allowing handling of admin up/down state ch...
Definition: offloaded_netdev.h:36
struct net_if_api iface_api
Definition: offloaded_netdev.h:41
int(* enable)(const struct net_if *iface, bool state)
Definition: offloaded_netdev.h:44