Searched refs:ether_send (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa_i.h213 WPA_ASSERT(sm->ctx->ether_send);
214 return sm->ctx->ether_send(sm->ctx->ctx, dest, proto, buf, len);
H A Dwpa.h35 int (*ether_send)(void *ctx, const u8 *dest, u16 proto, const u8 *buf, member in struct:wpa_sm_ctx
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa_i.h213 WPA_ASSERT(sm->ctx->ether_send);
214 return sm->ctx->ether_send(sm->ctx->ctx, dest, proto, buf, len);
H A Dwpa.h35 int (*ether_send)(void *ctx, const u8 *dest, u16 proto, const u8 *buf, member in struct:wpa_sm_ctx
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa_i.h213 WPA_ASSERT(sm->ctx->ether_send);
214 return sm->ctx->ether_send(sm->ctx->ctx, dest, proto, buf, len);
H A Dwpa.h35 int (*ether_send)(void *ctx, const u8 *dest, u16 proto, const u8 *buf, member in struct:wpa_sm_ctx
/external/wpa_supplicant_8/wpa_supplicant/
H A Dpreauth_test.c238 ctx->ether_send = wpa_ether_send;
H A Dibss_rsn.c213 ctx->ether_send = supp_ether_send;
H A Dwpas_glue.c1205 ctx->ether_send = _wpa_ether_send;

Completed in 162 milliseconds