Searched refs:eap_peer_sm_init (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap.h135 * eap_peer_sm_init() call will be used as the ctx parameter for these
141 * @ctx: eapol_ctx from eap_peer_sm_init() call
154 * @ctx: eapol_ctx from eap_peer_sm_init() call
163 * @ctx: eapol_ctx from eap_peer_sm_init() call
171 * @ctx: eapol_ctx from eap_peer_sm_init() call
180 * @ctx: eapol_ctx from eap_peer_sm_init() call
189 * @ctx: eapol_ctx from eap_peer_sm_init() call
199 * @ctx: eapol_ctx from eap_peer_sm_init() call
208 * @ctx: eapol_ctx from eap_peer_sm_init() call
220 * @ctx: eapol_ctx from eap_peer_sm_init() cal
[all...]
H A Deap.c133 * @sm: Pointer to EAP state machine allocated with eap_peer_sm_init()
161 * @sm: Pointer to EAP state machine allocated with eap_peer_sm_init()
1628 * @sm: Pointer to EAP state machine allocated with eap_peer_sm_init()
2118 * eap_peer_sm_init - Allocate and initialize EAP peer state machine
2131 struct eap_sm * eap_peer_sm_init(void *eapol_ctx, function
2180 * @sm: Pointer to EAP state machine allocated with eap_peer_sm_init()
2201 * @sm: Pointer to EAP state machine allocated with eap_peer_sm_init()
2223 * @sm: Pointer to EAP state machine allocated with eap_peer_sm_init()
2322 * @sm: Pointer to EAP state machine allocated with eap_peer_sm_init()
2468 * @sm: Pointer to EAP state machine allocated with eap_peer_sm_init()
[all...]
/freebsd-11-stable/contrib/wpa/src/eapol_supp/
H A Deapol_supp_sm.c2121 sm->eap = eap_peer_sm_init(sm, &eapol_cb, sm->ctx->msg_ctx, &conf);

Completed in 125 milliseconds