@@ -125,7 +125,7 @@ CFLAGS += -DCONFIG_CTRL_IFACE -DCONFIG_CTRL_IFACE_UNIX
ifdef CONFIG_IAPP
CFLAGS += -DCONFIG_IAPP
-OBJS += iapp.o
+OBJS += ../src/ap/iapp.o
endif
ifdef CONFIG_RSN_PREAUTH
@@ -21,12 +21,12 @@
#include "ap/sta_info.h"
#include "ap/accounting.h"
#include "ap/tkip_countermeasures.h"
+#include "ap/iapp.h"
#include "ap/ieee802_1x.h"
#include "ap/wpa.h"
#include "ap/wmm.h"
#include "ap/wps_hostapd.h"
#include "driver_i.h"
-#include "iapp.h"
int hostapd_notif_new_sta(struct hostapd_data *hapd, const u8 *addr)
@@ -31,6 +31,7 @@
#include "ap/ap_list.h"
#include "ap/beacon.h"
#include "ap/ieee802_11_auth.h"
#include "ap/preauth.h"
@@ -39,7 +40,6 @@
#include "hw_features.h"
#include "ctrl_iface.h"