bridge: remove stray newline from device status vlan port list
[project/netifd.git] / wireless.h
index 59692180b667e54bbd42cabdc6b225b884258e80..690c79789cca0311e633b410dc24fbf1850a1e74 100644 (file)
@@ -88,8 +88,10 @@ struct wireless_interface {
 
        const char *ifname;
        struct blob_attr *network;
+       bool proxyarp;
        bool isolate;
        bool ap_mode;
+       int multicast_to_unicast;
 };
 
 struct wireless_vlan {
@@ -105,6 +107,7 @@ struct wireless_vlan {
 
        const char *ifname;
        struct blob_attr *network;
+       int multicast_to_unicast;
        bool isolate;
 };