Rename some src/ap files to avoid duplicate file names
[libeap.git] / src / ap / ap_mlme.c
similarity index 98%
rename from src/ap/mlme.c
rename to src/ap/ap_mlme.c
index adc7ce6..5f8fd87 100644 (file)
  * See README and COPYING for more details.
  */
 
-#include "includes.h"
+#include "utils/includes.h"
 
-#include "common.h"
+#include "utils/common.h"
 #include "ieee802_11.h"
-#include "wpa.h"
+#include "wpa_auth.h"
 #include "sta_info.h"
-#include "mlme.h"
+#include "ap_mlme.h"
 
 
 #ifndef CONFIG_NO_HOSTAPD_LOGGER