From: Sergei Sinyak Date: Thu, 10 Nov 2016 15:34:34 +0000 (+0300) Subject: Add doxygen ref to eap_method structure X-Git-Tag: hostap_2_7~2128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=611d67a16eb9df425e05333d6062178f4712ba92;p=thirdparty%2Fhostap.git Add doxygen ref to eap_method structure doc/eap.doxygen was mentioning eap_method structure, but there was no reference as in doc/eap_server.doxygen on a similar paragraph Signed-off-by: Sergei Sinyak --- diff --git a/doc/eap.doxygen b/doc/eap.doxygen index fc7ea26ad..472e88200 100644 --- a/doc/eap.doxygen +++ b/doc/eap.doxygen @@ -34,7 +34,7 @@ order to make it possible to select which of the methods are included in the build. EAP methods must implement the interface defined in \ref eap_i.h. struct -eap_method defines the needed function pointers that each EAP method +\ref eap_method defines the needed function pointers that each EAP method must provide. In addition, the EAP type and name are registered using this structure. This interface is based on section 4.4 of RFC 4137.