wpa_supplicant / hostapd
2.5
|
Files | |
file | eap_example.c |
Example application showing how EAP peer and server code from wpa_supplicant/hostapd can be used as a library. This example program initializes both an EAP server and an EAP peer entities and then runs through an EAP-PEAP/MSCHAPv2 authentication. | |
file | eap_example_peer.c |
Example application showing how EAP peer code from wpa_supplicant can be used as a library. | |
file | eap_example_server.c |
Example application showing how EAP server code from hostapd can be used as a library. | |