Split hostapd/driver.h into two files
authorJouni Malinen <j@w1.fi>
Thu, 8 Jan 2009 17:48:52 +0000 (19:48 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 8 Jan 2009 18:02:56 +0000 (20:02 +0200)
commitbfddd95c9ed6c4398c5c2befe283acf67175104d
treed07a56018f8b27d80b05a185faeee4eac70e1f4e
parentf88bd288361a09060d3aa283e8913bf55fd8469d
Split hostapd/driver.h into two files

driver.h contains the definitions needed in driver wrapper
implementations (driver_*.c) and driver_i.h contains the definitions
that are used in core hostapd code to interact with the driver wrappers.
16 files changed:
hostapd/accounting.c
hostapd/beacon.c
hostapd/driver.h
hostapd/driver_hostap.c
hostapd/driver_i.h [new file with mode: 0644]
hostapd/driver_nl80211.c
hostapd/driver_prism54.c
hostapd/hostapd.c
hostapd/hw_features.c
hostapd/ieee802_11.c
hostapd/ieee802_11_auth.c
hostapd/ieee802_1x.c
hostapd/sta_info.c
hostapd/vlan_init.c
hostapd/wme.c
hostapd/wps_hostapd.c