Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
ethernet_mgmt.h File Reference

Ethernet Management interface public header. More...

#include <net/ethernet.h>
#include <net/net_mgmt.h>

Go to the source code of this file.

Functions

void ethernet_mgmt_raise_carrier_on_event (struct net_if *iface)
 Raise CARRIER_ON event when Ethernet is connected. More...
 
void ethernet_mgmt_raise_carrier_off_event (struct net_if *iface)
 Raise CARRIER_OFF event when Ethernet is disconnected. More...
 
void ethernet_mgmt_raise_vlan_enabled_event (struct net_if *iface, uint16_t tag)
 Raise VLAN_ENABLED event when VLAN is enabled. More...
 
void ethernet_mgmt_raise_vlan_disabled_event (struct net_if *iface, uint16_t tag)
 Raise VLAN_DISABLED event when VLAN is disabled. More...
 

Detailed Description

Ethernet Management interface public header.