Move EAPOL authenticator state machine into src/eapol_auth
authorJouni Malinen <j@w1.fi>
Sun, 29 Nov 2009 18:03:28 +0000 (20:03 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 29 Nov 2009 18:03:28 +0000 (20:03 +0200)
commit281c950be49e337cc85720f7eac066cb837aef5d
treee97ae460b950955488df28a0facdfca63042276c
parenta2befd37ccaa8720ed563cb2dbf2dd56498a0b58
Move EAPOL authenticator state machine into src/eapol_auth

This is now completely independent from hostapd-specific code, so
it can be moved to be under the src tree.
12 files changed:
doc/directories.doxygen
hostapd/Makefile
hostapd/hostapd.c
hostapd/ieee802_1x.c
hostapd/pmksa_cache.c
hostapd/preauth.c
hostapd/wpa.c
hostapd/wpa_auth_ie.c
hostapd/wps_hostapd.c
src/eapol_auth/eapol_auth_sm.c [moved from hostapd/eapol_sm.c with 99% similarity]
src/eapol_auth/eapol_auth_sm.h [moved from hostapd/eapol_sm.h with 99% similarity]
wpa_supplicant/Makefile