Home
last modified time | relevance | path

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

/hostap-3.6.0/tests/fuzzing/eapol-supp/
Deapol-supp.c60 static void set_state(void *arg, enum wpa_states state) in set_state() function
129 ctx->set_state = set_state; in init_wpa()
/hostap-3.6.0/src/rsn_supp/
Dwpa_i.h224 WPA_ASSERT(sm->ctx->set_state); in wpa_sm_set_state()
225 sm->ctx->set_state(sm->ctx->ctx, state); in wpa_sm_set_state()
Dwpa.h27 void (*set_state)(void *ctx, enum wpa_states state); member
/hostap-3.6.0/tests/fuzzing/eapol-key-supp/
Deapol-key-supp.c232 ctx->set_state = supp_set_state; in supp_init()
/hostap-3.6.0/wpa_supplicant/
Dpreauth_test.c239 ctx->set_state = _wpa_supplicant_set_state; in wpa_init_conf()
Dibss_rsn.c224 ctx->set_state = supp_set_state; in ibss_rsn_supp_init()
Dwpas_glue.c1386 ctx->set_state = _wpa_supplicant_set_state; in wpa_supplicant_init_wpa()