diff options
author | Jouni Malinen <j@w1.fi> | 2009-11-29 20:03:28 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-11-29 20:03:28 +0200 |
commit | 281c950be49e337cc85720f7eac066cb837aef5d (patch) | |
tree | e97ae460b950955488df28a0facdfca63042276c /doc | |
parent | a2befd37ccaa8720ed563cb2dbf2dd56498a0b58 (diff) | |
download | external_wpa_supplicant_8_ti-281c950be49e337cc85720f7eac066cb837aef5d.zip external_wpa_supplicant_8_ti-281c950be49e337cc85720f7eac066cb837aef5d.tar.gz external_wpa_supplicant_8_ti-281c950be49e337cc85720f7eac066cb837aef5d.tar.bz2 |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/directories.doxygen | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/directories.doxygen b/doc/directories.doxygen index 016014a..453d42a 100644 --- a/doc/directories.doxygen +++ b/doc/directories.doxygen @@ -38,6 +38,9 @@ driver is used. \dir src/eap_server EAP server +\dir src/eapol_auth EAPOL authenticator + + \dir src/eapol_supp EAPOL supplicant |