Searched refs:set_state (Results 1 – 7 of 7) sorted by relevance
60 static void set_state(void *arg, enum wpa_states state) in set_state() function129 ctx->set_state = set_state; in init_wpa()
224 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()
27 void (*set_state)(void *ctx, enum wpa_states state); member
232 ctx->set_state = supp_set_state; in supp_init()
239 ctx->set_state = _wpa_supplicant_set_state; in wpa_init_conf()
224 ctx->set_state = supp_set_state; in ibss_rsn_supp_init()
1386 ctx->set_state = _wpa_supplicant_set_state; in wpa_supplicant_init_wpa()