Zephyr API 3.6.99
|
Offloaded network device iface API. More...
#include <zephyr/kernel.h>
#include <zephyr/types.h>
#include <stdbool.h>
#include <zephyr/net/net_if.h>
Go to the source code of this file.
Data Structures | |
struct | offloaded_if_api |
Extended net_if_api for offloaded ifaces/network devices, allowing handling of admin up/down state changes. More... | |
Enumerations | |
enum | offloaded_net_if_types { L2_OFFLOADED_NET_IF_TYPE_UNKNOWN , L2_OFFLOADED_NET_IF_TYPE_ETHERNET , L2_OFFLOADED_NET_IF_TYPE_MODEM , L2_OFFLOADED_NET_IF_TYPE_WIFI } |
Types of offloaded netdev L2. More... | |
Functions | |
static bool | net_off_is_wifi_offloaded (struct net_if *iface) |
Check if the offloaded network interface supports Wi-Fi. | |
Offloaded network device iface API.
This is not to be included by the application.