Restore hapd->interface_added tracking to core hostapd
[mech_eap.git] / src / ap / hostapd.h
index adb3728..e39a1fd 100644 (file)
@@ -101,6 +101,7 @@ struct hostapd_data {
        struct hostapd_iface *iface;
        struct hostapd_config *iconf;
        struct hostapd_bss_config *conf;
+       int interface_added; /* virtual interface added for this BSS */
 
        u8 own_addr[ETH_ALEN];