Home
last modified time | relevance | path

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

/hostap-latest/tests/fuzzing/eapol-supp/
Deapol-supp.c99 static int ether_send(void *arg, const u8 *dest, u16 proto, in ether_send() function
134 ctx->ether_send = ether_send; in init_wpa()
/hostap-latest/src/rsn_supp/
Dwpa_i.h291 WPA_ASSERT(sm->ctx->ether_send); in wpa_sm_ether_send()
292 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
/hostap-latest/tests/fuzzing/eapol-key-supp/
Deapol-key-supp.c235 ctx->ether_send = supp_ether_send; in supp_init()
/hostap-latest/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.c1475 ctx->ether_send = _wpa_ether_send; in wpa_supplicant_init_wpa()