]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/ap/drv_callbacks.c
Rename some src/ap files to avoid duplicate file names
authorJouni Malinen <j@w1.fi>
Fri, 25 Dec 2009 22:05:40 +0000 (00:05 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 25 Dec 2009 22:05:40 +0000 (00:05 +0200)
commit6226e38d002cac786709ef1c24fe09811f70b6d7
tree50fe2e34169addfca7ad10e4f73fff99997c5ef4
parentfcfda83bf9ea76a888bc8000f0286f62eec2533b
Rename some src/ap files to avoid duplicate file names

Doxygen and some build tools may get a bit confused about same file
name being used in different directories. Clean this up a bit by
renaming some of the duplicated file names in src/ap.
41 files changed:
hostapd/Makefile
hostapd/config_file.c
hostapd/ctrl_iface.c
hostapd/dump_state.c
hostapd/main.c
src/ap/accounting.c
src/ap/ap_config.c [moved from src/ap/config.c with 99% similarity]
src/ap/ap_config.h [moved from src/ap/config.h with 100% similarity]
src/ap/ap_list.c
src/ap/ap_mlme.c [moved from src/ap/mlme.c with 98% similarity]
src/ap/ap_mlme.h [moved from src/ap/mlme.h with 100% similarity]
src/ap/authsrv.c
src/ap/beacon.c
src/ap/ctrl_iface_ap.c
src/ap/driver_i.h
src/ap/drv_callbacks.c
src/ap/hostapd.c
src/ap/hw_features.c
src/ap/iapp.c
src/ap/ieee802_11.c
src/ap/ieee802_11_auth.c
src/ap/ieee802_11_ht.c
src/ap/ieee802_1x.c
src/ap/peerkey_auth.c [moved from src/ap/peerkey.c with 98% similarity]
src/ap/pmksa_cache_auth.c [moved from src/ap/pmksa_cache.c with 98% similarity]
src/ap/pmksa_cache_auth.h [moved from src/ap/pmksa_cache.h with 100% similarity]
src/ap/preauth_auth.c [moved from src/ap/preauth.c with 97% similarity]
src/ap/preauth_auth.h [moved from src/ap/preauth.h with 100% similarity]
src/ap/sta_info.c
src/ap/tkip_countermeasures.c
src/ap/vlan_init.c
src/ap/wmm.c
src/ap/wmm.h
src/ap/wpa_auth.c [moved from src/ap/wpa.c with 99% similarity]
src/ap/wpa_auth.h [moved from src/ap/wpa.h with 100% similarity]
src/ap/wpa_auth_ft.c [moved from src/ap/wpa_ft.c with 99% similarity]
src/ap/wpa_auth_glue.c
src/ap/wpa_auth_ie.c
src/ap/wps_hostapd.c
wpa_supplicant/Makefile
wpa_supplicant/ap.c