Searched defs:hostapd_vlan (Results 1 – 1 of 1) sorted by relevance
120 struct hostapd_vlan { struct121 struct hostapd_vlan *next; argument122 int vlan_id; /* VLAN ID or -1 (VLAN_ID_WILDCARD) for wildcard entry */123 struct vlan_description vlan_desc;124 char ifname[IFNAMSIZ + 1];125 int configured;126 int dynamic_vlan;130 int clean;