Searched refs:eapol_send (Results 1 – 16 of 16) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eapol_auth/ |
D | eapol_auth_sm.h | 68 void (*eapol_send)(void *ctx, void *sta_ctx, u8 type, const u8 *data, member
|
D | eapol_auth_sm.c | 99 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/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 | 653 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
D | preauth.c | 227 ctx->eapol_send = rsn_preauth_eapol_send; in rsn_preauth_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
D | preauth.c | 218 ctx->eapol_send = rsn_preauth_eapol_send; in rsn_preauth_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | wpas_glue.c | 1104 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | ieee802_1x.c | 2453 cb.eapol_send = ieee802_1x_eapol_send; in ieee802_1x_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | ieee802_1x.c | 2455 cb.eapol_send = ieee802_1x_eapol_send; in ieee802_1x_init()
|