Home
last modified time | relevance | path

Searched refs:eapol_send (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/bsd/wpa/dist/src/eapol_auth/
H A Deapol_auth_sm.h68 void (*eapol_send)(void *ctx, void *sta_ctx, u8 type, const u8 *data, member
H A Deapol_auth_sm.c99 sm->eapol->cb.eapol_send(sm->eapol->conf.ctx, sm->sta, in eapol_auth_tx_canned_eap()
128 sm->eapol->cb.eapol_send(sm->eapol->conf.ctx, sm->sta, in eapol_auth_tx_req()
1300 eapol->cb.eapol_send = cb->eapol_send; in eapol_auth_init()
/netbsd/external/bsd/wpa/dist/src/eapol_supp/
H A Deapol_supp_sm.h152 int (*eapol_send)(void *ctx, int type, const u8 *buf, size_t len); member
H A Deapol_supp_sm.c653 sm->ctx->eapol_send(sm->ctx->eapol_send_ctx, in eapol_sm_txLogoff()
663 sm->ctx->eapol_send(sm->ctx->eapol_send_ctx, in eapol_sm_txStart()
894 sm->ctx->eapol_send(sm->ctx->eapol_send_ctx, in eapol_sm_txSuppRsp()
/netbsd/external/bsd/wpa/dist/src/rsn_supp/
H A Dpreauth.c218 ctx->eapol_send = rsn_preauth_eapol_send; in rsn_preauth_init()
/netbsd/external/bsd/wpa/dist/wpa_supplicant/
H A Dwpas_glue.c1100 ctx->eapol_send = wpa_supplicant_eapol_send; in wpa_supplicant_init_eapol()
H A Deapol_test.c598 ctx->eapol_send = eapol_test_eapol_send; in test_eapol()
/netbsd/external/bsd/wpa/dist/src/ap/
H A Dieee802_1x.c2455 cb.eapol_send = ieee802_1x_eapol_send; in ieee802_1x_init()