]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - src/ap/ap_config.c
Rename some src/ap files to avoid duplicate file names
[thirdparty/hostap.git] / src / ap / ap_config.c
similarity index 99%
rename from src/ap/config.c
rename to src/ap/ap_config.c
index e62a9c28bb908eadd258e806592d615178eb2e27..c695de13d6d8d03012be630b2ac98f844b663b79 100644 (file)
  * See README and COPYING for more details.
  */
 
-#include "includes.h"
+#include "utils/includes.h"
 
-#include "common.h"
+#include "utils/common.h"
 #include "crypto/sha1.h"
 #include "radius/radius_client.h"
 #include "common/ieee802_11_defs.h"
 #include "common/eapol_common.h"
 #include "eap_common/eap_wsc_common.h"
 #include "eap_server/eap.h"
-#include "wpa.h"
+#include "wpa_auth.h"
 #include "sta_info.h"
-#include "config.h"
+#include "ap_config.h"
 
 
 static void hostapd_config_free_vlan(struct hostapd_bss_config *bss)