wireless: fix mcast_to_ucast handling, only apply it to AP mode
[project/netifd.git] / wireless.h
index 476c63e..cb725b2 100644 (file)
@@ -78,6 +78,7 @@ struct wireless_interface {
        const char *ifname;
        struct blob_attr *network;
        bool isolate;
+       bool ap_mode;
 };
 
 struct wireless_process {