diff options
author | Jouni Malinen <j@w1.fi> | 2009-11-28 21:28:53 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-11-28 21:28:53 +0200 |
commit | 84a690ed896e02f72f3be53ad1baf55bb561a2ff (patch) | |
tree | 67c00eec4d7acfcc9b5d65faf1bb16c61efdf0a9 /doc | |
parent | 41fa8a892f97ef98987b12c1e639dc4dc72d8f16 (diff) | |
download | external_wpa_supplicant_8_ti-84a690ed896e02f72f3be53ad1baf55bb561a2ff.zip external_wpa_supplicant_8_ti-84a690ed896e02f72f3be53ad1baf55bb561a2ff.tar.gz external_wpa_supplicant_8_ti-84a690ed896e02f72f3be53ad1baf55bb561a2ff.tar.bz2 |
Fix doxygen references to EAP server/peer module
Diffstat (limited to 'doc')
-rw-r--r-- | doc/code_structure.doxygen | 2 | ||||
-rw-r--r-- | doc/mainpage.doxygen | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/code_structure.doxygen b/doc/code_structure.doxygen index 6398ff3..96f6160 100644 --- a/doc/code_structure.doxygen +++ b/doc/code_structure.doxygen @@ -243,7 +243,7 @@ wpa_i.h \section eap_peer EAP peer -\ref eap_module "EAP peer implementation" is a separate module that +\ref eap_peer_module "EAP peer implementation" is a separate module that can be used by other programs than just %wpa_supplicant. eap.c and eap.h diff --git a/doc/mainpage.doxygen b/doc/mainpage.doxygen index 9b6e3db..690b7d6 100644 --- a/doc/mainpage.doxygen +++ b/doc/mainpage.doxygen @@ -39,7 +39,7 @@ to different target boards and operating systems is available on the \ref porting "porting page". EAPOL (IEEE 802.1X) state machines are implemented as a separate -module that interacts with \ref eap_module "EAP peer implementation". +module that interacts with \ref eap_peer_module "EAP peer implementation". In addition to programs aimed at normal production use, %wpa_supplicant source tree includes number of \ref testing_tools "testing and development tools" that make it easier to test the @@ -77,7 +77,7 @@ to different target boards and operating systems is available on the \ref porting "porting page". EAPOL (IEEE 802.1X) state machines are implemented as a separate -module that interacts with \ref eap_module "EAP server implementation". +module that interacts with \ref eap_server_module "EAP server implementation". Similarly, RADIUS authentication server is in its own separate module. Both IEEE 802.1X and RADIUS authentication server can use EAP server functionality. |