device: Don't process link events anymore in device user specific callback handlers
[project/netifd.git] / wireless.h
index c5dbb88e39ac2b545357c9741f628a5c23c21d96..cb725b2a4917f68878c9f5518274760483473a64 100644 (file)
@@ -77,6 +77,8 @@ struct wireless_interface {
 
        const char *ifname;
        struct blob_attr *network;
+       bool isolate;
+       bool ap_mode;
 };
 
 struct wireless_process {