Use a wrapper function for ieee802_1x_receive() to avoid ieee802_1x.h
authorJouni Malinen <jouni.malinen@atheros.com>
Fri, 9 Jan 2009 14:33:59 +0000 (16:33 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 9 Jan 2009 14:33:59 +0000 (16:33 +0200)
commitb83cbb3b3b579effccf7e7dab3e9f82bfe9b2c45
tree87f73a0d46772315c8697e420926d0112b4c7887
parent33eb3c4ec4a0b64b1a9a68051777fa8a34f8b4e6
Use a wrapper function for ieee802_1x_receive() to avoid ieee802_1x.h

Driver wrappers should not need to include ieee802_1x.h, so use a
wrapper function declared in driver.h.
hostapd/driver.h
hostapd/driver_bsd.c
hostapd/driver_hostap.c
hostapd/driver_madwifi.c
hostapd/driver_nl80211.c
hostapd/driver_prism54.c
hostapd/driver_test.c
hostapd/driver_wired.c
hostapd/hostapd.c