netifd: fix WPA3 enterprise ciphers
[project/netifd.git] / wireless.h
index 5fedd2056be768eb7c2dcc06078e79f21ee79c17..7b87611adacdb25e4f2ecb2ce9405e2308b33bf7 100644 (file)
@@ -88,6 +88,7 @@ struct wireless_interface {
 
        const char *ifname;
        struct blob_attr *network;
+       bool proxyarp;
        bool isolate;
        bool ap_mode;
 };
@@ -127,6 +128,7 @@ struct wireless_process {
        int pid;
 
        bool required;
+       bool keep;
 };
 
 void wireless_device_create(struct wireless_driver *drv, const char *name, struct blob_attr *data);
@@ -143,5 +145,6 @@ int wireless_device_notify(struct wireless_device *wdev, struct blob_attr *data,
 
 void wireless_start_pending(void);
 void wireless_init(void);
+void wireless_device_hotplug_event(const char *name, bool add);
 
 #endif