Searched refs:alloc_eapol (Results 1 – 7 of 7) sorted by relevance
/hostap-latest/tests/fuzzing/eapol-supp/ |
D | eapol-supp.c | 72 static u8 * alloc_eapol(void *arg, u8 type, in alloc_eapol() function 133 ctx->alloc_eapol = alloc_eapol; in init_wpa()
|
/hostap-latest/src/rsn_supp/ |
D | wpa_i.h | 311 WPA_ASSERT(sm->ctx->alloc_eapol); in wpa_sm_alloc_eapol() 312 return sm->ctx->alloc_eapol(sm->ctx->ctx, type, data, data_len, in wpa_sm_alloc_eapol()
|
D | wpa.h | 43 u8 * (*alloc_eapol)(void *ctx, u8 type, const void *data, u16 data_len, member
|
/hostap-latest/tests/fuzzing/eapol-key-supp/ |
D | eapol-key-supp.c | 237 ctx->alloc_eapol = supp_alloc_eapol; in supp_init()
|
/hostap-latest/wpa_supplicant/ |
D | preauth_test.c | 248 ctx->alloc_eapol = _wpa_alloc_eapol; in wpa_init_conf()
|
D | ibss_rsn.c | 229 ctx->alloc_eapol = supp_alloc_eapol; in ibss_rsn_supp_init()
|
D | wpas_glue.c | 1477 ctx->alloc_eapol = _wpa_alloc_eapol; in wpa_supplicant_init_wpa()
|