Searched refs:eapol_send (Results 1 – 8 of 8) sorted by relevance
/external/wpa_supplicant_8/src/eapol_auth/ |
D | eapol_auth_sm.h | 59 void (*eapol_send)(void *ctx, void *sta_ctx, u8 type, const u8 *data, member
|
D | eapol_auth_sm.c | 98 sm->eapol->cb.eapol_send(sm->eapol->conf.ctx, sm->sta, in eapol_auth_tx_canned_eap() 127 sm->eapol->cb.eapol_send(sm->eapol->conf.ctx, sm->sta, in eapol_auth_tx_req() 1145 eapol->cb.eapol_send = cb->eapol_send; in eapol_auth_init()
|
/external/wpa_supplicant_8/src/eapol_supp/ |
D | eapol_supp_sm.h | 148 int (*eapol_send)(void *ctx, int type, const u8 *buf, size_t len); member
|
D | eapol_supp_sm.c | 614 sm->ctx->eapol_send(sm->ctx->eapol_send_ctx, in eapol_sm_txLogoff() 624 sm->ctx->eapol_send(sm->ctx->eapol_send_ctx, in eapol_sm_txStart() 845 sm->ctx->eapol_send(sm->ctx->eapol_send_ctx, in eapol_sm_txSuppRsp()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | preauth.c | 214 ctx->eapol_send = rsn_preauth_eapol_send; in rsn_preauth_init()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpas_glue.c | 859 ctx->eapol_send = wpa_supplicant_eapol_send; in wpa_supplicant_init_eapol()
|
D | eapol_test.c | 565 ctx->eapol_send = eapol_test_eapol_send; in test_eapol()
|
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_1x.c | 2014 cb.eapol_send = ieee802_1x_eapol_send; in ieee802_1x_init()
|