Searched refs:alloc_eapol (Results 1 – 7 of 7) sorted by relevance
/hostap-3.7.0/tests/fuzzing/eapol-supp/ |
D | eapol-supp.c | 70 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/ |
D | wpa_i.h | 292 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()
|
D | wpa.h | 41 u8 * (*alloc_eapol)(void *ctx, u8 type, const void *data, u16 data_len, member
|
/hostap-3.7.0/tests/fuzzing/eapol-key-supp/ |
D | eapol-key-supp.c | 236 ctx->alloc_eapol = supp_alloc_eapol; in supp_init()
|
/hostap-3.7.0/wpa_supplicant/ |
D | preauth_test.c | 247 ctx->alloc_eapol = _wpa_alloc_eapol; in wpa_init_conf()
|
D | ibss_rsn.c | 228 ctx->alloc_eapol = supp_alloc_eapol; in ibss_rsn_supp_init()
|
D | wpas_glue.c | 1395 ctx->alloc_eapol = _wpa_alloc_eapol; in wpa_supplicant_init_wpa()
|