wireless: improve reliability of proxyarp support
[project/netifd.git] / wireless.h
index 59692180b667e54bbd42cabdc6b225b884258e80..7b87611adacdb25e4f2ecb2ce9405e2308b33bf7 100644 (file)
@@ -88,6 +88,7 @@ struct wireless_interface {
 
        const char *ifname;
        struct blob_attr *network;
+       bool proxyarp;
        bool isolate;
        bool ap_mode;
 };