Searched refs:ether_send (Results 1 – 15 of 15) sorted by relevance
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/ |
D | wpa_i.h | 161 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()
|
D | wpa.h | 47 int (*ether_send)(void *ctx, const u8 *dest, u16 proto, const u8 *buf, member
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa_i.h | 174 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()
|
D | wpa.h | 40 int (*ether_send)(void *ctx, const u8 *dest, u16 proto, const u8 *buf, member
|
/external/wpa_supplicant/ |
D | wpa_i.h | 181 return sm->ctx->ether_send(sm->ctx->ctx, dest, proto, buf, len); in wpa_sm_ether_send()
|
D | wpa.h | 71 int (*ether_send)(void *ctx, const u8 *dest, u16 proto, const u8 *buf, member
|
D | preauth_test.c | 257 ctx->ether_send = wpa_ether_send; in wpa_init_conf()
|
D | wpa_supplicant.c | 2263 ctx->ether_send = _wpa_ether_send; in wpa_supplicant_init_wpa()
|
/external/wpa_supplicant_6/wpa_supplicant/ |
D | preauth_test.c | 249 ctx->ether_send = wpa_ether_send; in wpa_init_conf()
|
D | wpas_glue.c | 596 ctx->ether_send = _wpa_ether_send; in wpa_supplicant_init_wpa()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | preauth_test.c | 251 ctx->ether_send = wpa_ether_send; in wpa_init_conf()
|
D | ibss_rsn.c | 182 ctx->ether_send = supp_ether_send; in ibss_rsn_supp_init()
|
D | wpas_glue.c | 689 ctx->ether_send = _wpa_ether_send; in wpa_supplicant_init_wpa()
|
/external/wpa_supplicant_8/wpa_supplicant/tests/ |
D | test_wpa.c | 186 ctx->ether_send = supp_ether_send; in supp_init()
|
/external/wpa_supplicant_6/wpa_supplicant/tests/ |
D | test_wpa.c | 200 ctx->ether_send = supp_ether_send; in supp_init()
|