Searched refs:eapol_cb (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_proxy_dummy.c15 eap_proxy_init(void *eapol_ctx, const struct eapol_callbacks *eapol_cb, argument
H A Deap_proxy.h23 eap_proxy_init(void *eapol_ctx, const struct eapol_callbacks *eapol_cb,
H A Deap.c58 return sm->eapol_cb->get_bool(sm->eapol_ctx, var);
65 sm->eapol_cb->set_bool(sm->eapol_ctx, var, value);
71 return sm->eapol_cb->get_int(sm->eapol_ctx, var);
78 sm->eapol_cb->set_int(sm->eapol_ctx, var, value);
84 return sm->eapol_cb->get_eapReqData(sm->eapol_ctx);
93 if (sm->eapol_cb->notify_status)
94 sm->eapol_cb->notify_status(sm->eapol_ctx, status, parameter);
101 if (sm->eapol_cb->notify_eap_error)
102 sm->eapol_cb->notify_eap_error(sm->eapol_ctx, error_code);
481 sm->eapol_cb
2131 eap_peer_sm_init(void *eapol_ctx, const struct eapol_callbacks *eapol_cb, void *msg_ctx, struct eap_config *conf) argument
[all...]
H A Deap_i.h344 const struct eapol_callbacks *eapol_cb; member in struct:eap_sm
H A Deap.h331 const struct eapol_callbacks *eapol_cb,
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_identity.c60 if (sm->eapol_cb->get_eap_req_id_text) {
61 req_data = sm->eapol_cb->get_eap_req_id_text(sm->eapol_ctx,
H A Deap_server.c47 if (sm->eapol_cb->get_erp_send_reauth_start)
48 return sm->eapol_cb->get_erp_send_reauth_start(sm->eapol_ctx);
55 if (sm->eapol_cb->get_erp_domain)
56 return sm->eapol_cb->get_erp_domain(sm->eapol_ctx);
66 if (sm->eapol_cb->erp_get_key)
67 return sm->eapol_cb->erp_get_key(sm->eapol_ctx, keyname);
74 if (sm->eapol_cb->erp_add_key)
75 return sm->eapol_cb->erp_add_key(sm->eapol_ctx, erp);
164 if (sm == NULL || sm->eapol_cb == NULL ||
165 sm->eapol_cb
1835 eap_server_sm_init(void *eapol_ctx, const struct eapol_callbacks *eapol_cb, struct eap_config *conf) argument
[all...]
H A Deap_i.h158 const struct eapol_callbacks *eapol_cb; member in struct:eap_sm
H A Deap.h150 const struct eapol_callbacks *eapol_cb,
/freebsd-11-stable/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.c25 static const struct eapol_callbacks eapol_cb; variable in typeref:struct:eapol_callbacks
855 sm->eap = eap_server_sm_init(sm, &eapol_cb, &eap_conf);
1082 static const struct eapol_callbacks eapol_cb = variable in typeref:struct:eapol_callbacks
/freebsd-11-stable/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.c2062 static const struct eapol_callbacks eapol_cb = variable in typeref:struct:eapol_callbacks
2121 sm->eap = eap_peer_sm_init(sm, &eapol_cb, sm->ctx->msg_ctx, &conf);
2129 sm->eap_proxy = eap_proxy_init(sm, &eapol_cb, sm->ctx->msg_ctx);

Completed in 129 milliseconds