Home
last modified time | relevance | path

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

/hostap-latest/tests/fuzzing/eapol-supp/
Deapol-supp.c56 static void * get_network_ctx(void *arg) in get_network_ctx() function
130 ctx->get_network_ctx = get_network_ctx; in init_wpa()
/hostap-latest/src/rsn_supp/
Dwpa_i.h278 WPA_ASSERT(sm->ctx->get_network_ctx); in wpa_sm_get_network_ctx()
279 return sm->ctx->get_network_ctx(sm->ctx->ctx); in wpa_sm_get_network_ctx()
Dwpa.h37 void * (*get_network_ctx)(void *ctx); member
/hostap-latest/tests/fuzzing/eapol-key-supp/
Deapol-key-supp.c241 ctx->get_network_ctx = supp_get_network_ctx; in supp_init()
/hostap-latest/wpa_supplicant/
Dpreauth_test.c244 ctx->get_network_ctx = wpa_supplicant_get_network_ctx; in wpa_init_conf()
Dibss_rsn.c231 ctx->get_network_ctx = supp_get_network_ctx; in ibss_rsn_supp_init()
Dwpas_glue.c1473 ctx->get_network_ctx = wpa_supplicant_get_network_ctx; in wpa_supplicant_init_wpa()