| 
    Zephyr Project API 3.5.0
    
   A Scalable Open Source RTOS 
   | 
 
Ethernet Management interface public header. More...
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.   | |
| void | ethernet_mgmt_raise_carrier_off_event (struct net_if *iface) | 
| Raise CARRIER_OFF event when Ethernet is disconnected.   | |
| void | ethernet_mgmt_raise_vlan_enabled_event (struct net_if *iface, uint16_t tag) | 
| Raise VLAN_ENABLED event when VLAN is enabled.   | |
| void | ethernet_mgmt_raise_vlan_disabled_event (struct net_if *iface, uint16_t tag) | 
| Raise VLAN_DISABLED event when VLAN is disabled.   | |
Ethernet Management interface public header.