Merge hostapd driver init functions into one
authorJouni Malinen <jouni.malinen@atheros.com>
Thu, 9 Apr 2009 20:28:21 +0000 (23:28 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 9 Apr 2009 20:28:21 +0000 (23:28 +0300)
commit92f475b4d871c56d336df963fa7169f2e38d5980
tree101c7fa64b33696a270545835e6c6ed1f907f8d0
parent989f52c639ffc602ab7b514db2e19c34ce269292
Merge hostapd driver init functions into one

Use a parameter structure to pass in information that can be more easily
extended in the future. Include some of the parameters that were
previously read directly from hapd->conf in order to reduce need for
including hostapd/config.h into driver wrappers.
16 files changed:
hostapd/config.c
hostapd/driver_i.h
hostapd/hostapd.c
src/drivers/driver.h
src/drivers/driver_atheros.c
src/drivers/driver_bsd.c
src/drivers/driver_hostap.c
src/drivers/driver_madwifi.c
src/drivers/driver_ndis.c
src/drivers/driver_nl80211.c
src/drivers/driver_none.c
src/drivers/driver_prism54.c
src/drivers/driver_privsep.c
src/drivers/driver_test.c
src/drivers/driver_wired.c
wpa_supplicant/ap.c