Fix doxygen references to EAP server/peer module

This commit is contained in:
Jouni Malinen 2009-11-28 21:28:53 +02:00
parent 41fa8a892f
commit 84a690ed89
2 changed files with 3 additions and 3 deletions

View File

@ -243,7 +243,7 @@ wpa_i.h
\section eap_peer EAP peer \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. can be used by other programs than just %wpa_supplicant.
eap.c and eap.h eap.c and eap.h

View File

@ -39,7 +39,7 @@ to different target boards and operating systems is available on
the \ref porting "porting page". the \ref porting "porting page".
EAPOL (IEEE 802.1X) state machines are implemented as a separate 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, In addition to programs aimed at normal production use,
%wpa_supplicant source tree includes number of \ref testing_tools %wpa_supplicant source tree includes number of \ref testing_tools
"testing and development tools" that make it easier to test the "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". the \ref porting "porting page".
EAPOL (IEEE 802.1X) state machines are implemented as a separate 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. Similarly, RADIUS authentication server is in its own separate module.
Both IEEE 802.1X and RADIUS authentication server can use EAP server Both IEEE 802.1X and RADIUS authentication server can use EAP server
functionality. functionality.