Lines Matching refs:EAP
1 EAP peer/server library and example program
8 The interfaces of the EAP server/peer implementation are based on RFC
9 4137 (EAP State Machines). This RFC is coordinated with the state
12 interface between them and EAP. However, the EAP implementation can be
14 which maps the EAPOL<->EAP variables to another protocol.
16 This directory contains an example showing how EAP peer and server
18 example program initializes both an EAP server and an EAP peer
19 entities and then runs through an EAP-PEAP/MSCHAPv2 authentication.
22 control the EAP peer implementation. eap_example_server.c does the
23 same for EAP server. eap_example.c is an example that ties in both the
24 EAP server and client parts to allow an EAP authentication to be
27 In this example, the EAP messages are passed between the server and
30 separate devices and the EAP messages would be transmitted between the
33 EAP messages and WiMax supports optional PMK EAP authentication
34 mechanism that transmits EAP messages as defined in IEEE 802.16e.
37 The EAP library links in number of helper functions from src/utils and