Copy config_methods and device_type configuration for AP mode
[libeap.git] / hostapd / iapp.h
index 86de592..5fc01cb 100644 (file)
@@ -22,8 +22,6 @@ struct iapp_data;
 void iapp_new_station(struct iapp_data *iapp, struct sta_info *sta);
 struct iapp_data * iapp_init(struct hostapd_data *hapd, const char *iface);
 void iapp_deinit(struct iapp_data *iapp);
-int iapp_reconfig(struct hostapd_data *hapd, struct hostapd_config *oldconf,
-                 struct hostapd_bss_config *oldbss);
 
 #else /* CONFIG_IAPP */
 
@@ -42,13 +40,6 @@ static inline void iapp_deinit(struct iapp_data *iapp)
 {
 }
 
-static inline int
-iapp_reconfig(struct hostapd_data *hapd, struct hostapd_config *oldconf,
-             struct hostapd_bss_config *oldbss)
-{
-       return 0;
-}
-
 #endif /* CONFIG_IAPP */
 
 #endif /* IAPP_H */