VSF Documented
Data Fields
esp_netif_inherent_config Struct Reference

#include <esp_netif_types.h>

Data Fields

esp_netif_flags_t flags
 
uint8_t mac [6]
 
const esp_netif_ip_info_tip_info
 
uint32_t get_ip_event
 
uint32_t lost_ip_event
 
const char * if_key
 
const char * if_desc
 
int route_prio
 
uint32_t bridge_info
 

Field Documentation

◆ flags

esp_netif_flags_t esp_netif_inherent_config::flags

◆ mac

uint8_t esp_netif_inherent_config::mac[6]

◆ ip_info

const esp_netif_ip_info_t* esp_netif_inherent_config::ip_info

static IP, or NULL for zeros

◆ get_ip_event

uint32_t esp_netif_inherent_config::get_ip_event

event id for got_ip

◆ lost_ip_event

uint32_t esp_netif_inherent_config::lost_ip_event

event id for lost_ip

◆ if_key

const char* esp_netif_inherent_config::if_key

unique string key

◆ if_desc

const char* esp_netif_inherent_config::if_desc

human-readable description

◆ route_prio

int esp_netif_inherent_config::route_prio

higher wins as default route

◆ bridge_info

uint32_t esp_netif_inherent_config::bridge_info

bridge only; unused here

Generated from commit: vsfteam/vsf@015f4d1