Move iapp.c into src/ap

This commit is contained in:
Jouni Malinen 2009-12-25 13:04:45 +02:00
parent 0e2d35c614
commit ad44e244b1
5 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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)

View File

@ -31,6 +31,7 @@
#include "ap/accounting.h"
#include "ap/ap_list.h"
#include "ap/beacon.h"
#include "ap/iapp.h"
#include "ap/ieee802_1x.h"
#include "ap/ieee802_11_auth.h"
#include "ap/preauth.h"
@ -39,7 +40,6 @@
#include "ap/wpa.h"
#include "ap/wps_hostapd.h"
#include "hw_features.h"
#include "iapp.h"
#include "driver_i.h"
#include "ctrl_iface.h"