Move rest of the generic AP mode functionality into src/ap
authorJouni Malinen <j@w1.fi>
Fri, 25 Dec 2009 18:06:07 +0000 (20:06 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 25 Dec 2009 18:06:07 +0000 (20:06 +0200)
commit70db2ab30816bb55d9fd9f9a94461480f22bd622
treedf26758211c6e62a661554c82c139aaa7231ee86
parent481a11c94f50a82058e961de2be1a856e2409245
Move rest of the generic AP mode functionality into src/ap
14 files changed:
hostapd/Makefile
hostapd/main.c
src/ap/ap_drv_ops.c [moved from hostapd/ap_drv_ops.c with 100% similarity]
src/ap/ap_drv_ops.h [moved from hostapd/ap_drv_ops.h with 100% similarity]
src/ap/driver_i.h [moved from hostapd/driver_i.h with 100% similarity]
src/ap/drv_callbacks.c [moved from hostapd/drv_callbacks.c with 100% similarity]
src/ap/hostapd.c [moved from hostapd/hostapd.c with 99% similarity]
src/ap/hostapd.h
src/ap/hw_features.c [moved from hostapd/hw_features.c with 100% similarity]
src/ap/hw_features.h [moved from hostapd/hw_features.h with 100% similarity]
src/ap/wpa_auth_glue.c [moved from hostapd/wpa_auth_glue.c with 100% similarity]
src/ap/wpa_auth_glue.h [moved from hostapd/wpa_auth_glue.h with 100% similarity]
wpa_supplicant/Makefile
wpa_supplicant/ap.c