hostapd: Remove unused passive scan functionality
[wpasupplicant] / hostapd / config.h
index 6d41740..6844bd4 100644 (file)
@@ -339,11 +339,8 @@ struct hostapd_config {
        int *supported_rates;
        int *basic_rates;
 
-       const struct hapd_driver_ops *driver;
+       const struct wpa_driver_ops *driver;
 
-       int passive_scan_interval; /* seconds, 0 = disabled */
-       int passive_scan_listen; /* usec */
-       int passive_scan_mode;
        int ap_table_max_size;
        int ap_table_expiration_time;