wireless: add network_vlan config attribute
[project/netifd.git] / wireless.h
index 690c79789cca0311e633b410dc24fbf1850a1e74..e9cfc925e589a3a76b8b5d7b67ddda99b48471fe 100644 (file)
@@ -88,6 +88,7 @@ struct wireless_interface {
 
        const char *ifname;
        struct blob_attr *network;
+       struct blob_attr *network_vlan;
        bool proxyarp;
        bool isolate;
        bool ap_mode;
@@ -107,6 +108,7 @@ struct wireless_vlan {
 
        const char *ifname;
        struct blob_attr *network;
+       struct blob_attr *network_vlan;
        int multicast_to_unicast;
        bool isolate;
 };