Get rid of direct hostapd_for_each_interface() calls
[libeap.git] / wpa_supplicant / ap.c
index a393b75..c730127 100644 (file)
 #include "ap.h"
 
 
-struct hapd_interfaces {
-       size_t count;
-       struct hostapd_iface **iface;
-};
-
-
-int hostapd_for_each_interface(struct hapd_interfaces *interfaces,
-                              int (*cb)(struct hostapd_iface *iface,
-                                        void *ctx), void *ctx)
-{
-       /* TODO */
-       return 0;
-}
-
-
 static int wpa_supplicant_conf_ap(struct wpa_supplicant *wpa_s,
                                  struct wpa_ssid *ssid,
                                  struct hostapd_config *conf)