Searched refs:eapol_send (Results 1 – 8 of 8) sorted by relevance
/external/wpa_supplicant_8/src/eapol_auth/ |
D | eapol_auth_sm.h | 44 void (*eapol_send)(void *ctx, void *sta_ctx, u8 type, const u8 *data, member
|
D | eapol_auth_sm.c | 100 sm->eapol->cb.eapol_send(sm->eapol->conf.ctx, sm->sta, in eapol_auth_tx_canned_eap() 129 sm->eapol->cb.eapol_send(sm->eapol->conf.ctx, sm->sta, in eapol_auth_tx_req() 1242 eapol->cb.eapol_send = cb->eapol_send; in eapol_auth_init()
|
/external/wpa_supplicant_8/src/eapol_supp/ |
D | eapol_supp_sm.h | 152 int (*eapol_send)(void *ctx, int type, const u8 *buf, size_t len); member
|
D | eapol_supp_sm.c | 667 sm->ctx->eapol_send(sm->ctx->eapol_send_ctx, in eapol_sm_txLogoff() 677 sm->ctx->eapol_send(sm->ctx->eapol_send_ctx, in eapol_sm_txStart() 910 sm->ctx->eapol_send(sm->ctx->eapol_send_ctx, in eapol_sm_txSuppRsp()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | preauth.c | 227 ctx->eapol_send = rsn_preauth_eapol_send; in rsn_preauth_init()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpas_glue.c | 1174 ctx->eapol_send = wpa_supplicant_eapol_send; in wpa_supplicant_init_eapol()
|
D | eapol_test.c | 598 ctx->eapol_send = eapol_test_eapol_send; in test_eapol()
|
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_1x.c | 2453 cb.eapol_send = ieee802_1x_eapol_send; in ieee802_1x_init()
|