Home
last modified time | relevance | path

Searched refs:eap_get_interface (Results 1 – 5 of 5) sorted by relevance

/hostap-latest/src/eap_server/
Deap.h298 struct eap_eapol_interface * eap_get_interface(struct eap_sm *sm);
Deap_server.c2052 struct eap_eapol_interface * eap_get_interface(struct eap_sm *sm) in eap_get_interface() function
/hostap-latest/eap_example/
Deap_example_server.c234 eap_ctx.eap_if = eap_get_interface(eap_ctx.eap); in eap_example_server_init()
/hostap-latest/src/eapol_auth/
Deapol_auth_sm.c855 sm->eap_if = eap_get_interface(sm->eap); in eapol_auth_alloc()
/hostap-latest/src/radius/
Dradius_server.c654 sess->eap_if = eap_get_interface(sess->eap); in radius_server_get_new_session()