Home
last modified time | relevance | path

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

/hostap-3.7.0/tests/fuzzing/eapol-supp/
Deapol-supp.c70 static u8 * alloc_eapol(void *arg, u8 type, in alloc_eapol() function
131 ctx->alloc_eapol = alloc_eapol; in init_wpa()
/hostap-3.7.0/src/rsn_supp/
Dwpa_i.h292 WPA_ASSERT(sm->ctx->alloc_eapol); in wpa_sm_alloc_eapol()
293 return sm->ctx->alloc_eapol(sm->ctx->ctx, type, data, data_len, in wpa_sm_alloc_eapol()
Dwpa.h41 u8 * (*alloc_eapol)(void *ctx, u8 type, const void *data, u16 data_len, member
/hostap-3.7.0/tests/fuzzing/eapol-key-supp/
Deapol-key-supp.c236 ctx->alloc_eapol = supp_alloc_eapol; in supp_init()
/hostap-3.7.0/wpa_supplicant/
Dpreauth_test.c247 ctx->alloc_eapol = _wpa_alloc_eapol; in wpa_init_conf()
Dibss_rsn.c228 ctx->alloc_eapol = supp_alloc_eapol; in ibss_rsn_supp_init()
Dwpas_glue.c1395 ctx->alloc_eapol = _wpa_alloc_eapol; in wpa_supplicant_init_wpa()