Lines Matching refs:ref
24 file named eap_<name of the method>.c, e.g., \ref eap_md5.c. All EAP
31 \ref eap_peer_register_methods() function of \ref eap_methods.c. Each EAP
36 EAP methods must implement the interface defined in \ref eap_i.h. struct
37 \ref eap_method defines the needed function pointers that each EAP method
42 functions, \ref eap_msg_alloc() and \ref eap_hdr_validate() when processing
51 \ref eap_peer_method_alloc(). These methods must not try to emulate
53 \ref eap_vendor_test.c for an example of an EAP method implementation that
65 \ref eap_example_peer.c shows the initialization and glue code needed to
66 control the EAP peer implementation. \ref eap_example_server.c does the
67 same for EAP server. \ref eap_example.c is an example that ties in both the
80 The EAP library links in number of helper functions from \ref src/utils and
81 \ref src/crypto directories. Most of these are suitable as-is, but it may
82 be desirable to replace the debug output code in \ref src/utils/wpa_debug.c