wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
vlan_util.h
Go to the documentation of this file.
1 
5 #ifndef VLAN_UTIL_H
6 #define VLAN_UTIL_H
7 
8 int vlan_add(const char *if_name, int vid, const char *vlan_if_name);
9 int vlan_rem(const char *if_name);
10 
11 #endif /* VLAN_UTIL_H */