Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/rsn_supp/
Dwpa_i.h278 WPA_ASSERT(sm->ctx->ether_send); in wpa_sm_ether_send()
279 return sm->ctx->ether_send(sm->ctx->ctx, dest, proto, buf, len); in wpa_sm_ether_send()
Dwpa.h39 int (*ether_send)(void *ctx, const u8 *dest, u16 proto, const u8 *buf, member
/external/wpa_supplicant_8/wpa_supplicant/
Dpreauth_test.c246 ctx->ether_send = wpa_ether_send; in wpa_init_conf()
Dibss_rsn.c227 ctx->ether_send = supp_ether_send; in ibss_rsn_supp_init()
Dwpas_glue.c1485 ctx->ether_send = _wpa_ether_send; in wpa_supplicant_init_wpa()