]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/ap/preauth_auth.c
Move internal EAPOL authenticator defines into their own file
authorJouni Malinen <j@w1.fi>
Sun, 29 Nov 2009 21:16:04 +0000 (23:16 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 29 Nov 2009 21:16:04 +0000 (23:16 +0200)
commite0e14a7bc337b2827ea2ddd81b2a13fb06c8911f
tree65e748fe50a2a133e014fd3474c9f0601d42ea22
parent03da66bd59567c90dc3b3b0892c3346472a0b413
Move internal EAPOL authenticator defines into their own file

This is an initial step in further cleaning up the EAPOL authenticator
use to avoid requiring direct accesses to the internal data structures.
For now, number of external files are still including the internal
definitions from eapol_auth_sm_i.h, but eventually, these direct
references should be removed.
hostapd/dump_state.c
hostapd/hostapd.c
hostapd/ieee802_1x.c
hostapd/pmksa_cache.c
hostapd/pmksa_cache.h
hostapd/preauth.c
hostapd/wps_hostapd.c
src/eapol_auth/eapol_auth_dump.c
src/eapol_auth/eapol_auth_sm.c
src/eapol_auth/eapol_auth_sm.h
src/eapol_auth/eapol_auth_sm_i.h [new file with mode: 0644]