Home
last modified time | relevance | path

Searched refs:ether_send (Results 1 – 15 of 15) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
Dwpa_i.h161 WPA_ASSERT(sm->ctx->ether_send); in wpa_sm_ether_send()
162 return sm->ctx->ether_send(sm->ctx->ctx, dest, proto, buf, len); in wpa_sm_ether_send()
Dwpa.h47 int (*ether_send)(void *ctx, const u8 *dest, u16 proto, const u8 *buf, member
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_i.h174 WPA_ASSERT(sm->ctx->ether_send); in wpa_sm_ether_send()
175 return sm->ctx->ether_send(sm->ctx->ctx, dest, proto, buf, len); in wpa_sm_ether_send()
Dwpa.h40 int (*ether_send)(void *ctx, const u8 *dest, u16 proto, const u8 *buf, member
/external/wpa_supplicant/
Dwpa_i.h181 return sm->ctx->ether_send(sm->ctx->ctx, dest, proto, buf, len); in wpa_sm_ether_send()
Dwpa.h71 int (*ether_send)(void *ctx, const u8 *dest, u16 proto, const u8 *buf, member
Dpreauth_test.c257 ctx->ether_send = wpa_ether_send; in wpa_init_conf()
Dwpa_supplicant.c2263 ctx->ether_send = _wpa_ether_send; in wpa_supplicant_init_wpa()
/external/wpa_supplicant_6/wpa_supplicant/
Dpreauth_test.c249 ctx->ether_send = wpa_ether_send; in wpa_init_conf()
Dwpas_glue.c596 ctx->ether_send = _wpa_ether_send; in wpa_supplicant_init_wpa()
/external/wpa_supplicant_8/wpa_supplicant/
Dpreauth_test.c251 ctx->ether_send = wpa_ether_send; in wpa_init_conf()
Dibss_rsn.c182 ctx->ether_send = supp_ether_send; in ibss_rsn_supp_init()
Dwpas_glue.c689 ctx->ether_send = _wpa_ether_send; in wpa_supplicant_init_wpa()
/external/wpa_supplicant_8/wpa_supplicant/tests/
Dtest_wpa.c186 ctx->ether_send = supp_ether_send; in supp_init()
/external/wpa_supplicant_6/wpa_supplicant/tests/
Dtest_wpa.c200 ctx->ether_send = supp_ether_send; in supp_init()