Searched refs:new_state (Results 1 – 10 of 10) sorted by relevance
/hostap-latest/wpa_supplicant/ |
D | notify.c | 87 enum wpa_states new_state, in wpas_notify_state_changed() argument 98 if (new_state == WPA_COMPLETED) in wpas_notify_state_changed() 101 new_state < WPA_ASSOCIATED) in wpas_notify_state_changed() 106 if (new_state == WPA_COMPLETED) in wpas_notify_state_changed() 108 else if (old_state >= WPA_ASSOCIATED && new_state < WPA_ASSOCIATED) in wpas_notify_state_changed() 117 new_state, in wpas_notify_state_changed()
|
D | notify.h | 26 enum wpa_states new_state,
|
D | wpa_supplicant.c | 1211 enum wpa_states new_state; in wpa_supplicant_clear_status() local 1214 new_state = WPA_SCANNING; in wpa_supplicant_clear_status() 1216 new_state = WPA_DISCONNECTED; in wpa_supplicant_clear_status() 1223 wpa_supplicant_set_state(wpa_s, new_state); in wpa_supplicant_clear_status()
|
/hostap-latest/src/eap_server/ |
D | eap_server_tnc.c | 64 enum eap_tnc_state new_state) in eap_tnc_set_state() argument 68 eap_tnc_state_txt(new_state)); in eap_tnc_set_state() 69 data->state = new_state; in eap_tnc_set_state()
|
/hostap-latest/src/fst/ |
D | fst_ctrl_aux.h | 68 enum fst_session_state new_state; member
|
D | fst_ctrl_iface.c | 44 if (ss->new_state != FST_SESSION_STATE_INITIAL) in format_session_state_extra() 152 fst_session_state_name(ss->new_state), in fst_ctrl_iface_notify()
|
D | fst_session.c | 126 .new_state = state, in fst_session_set_state()
|
/hostap-latest/src/ap/ |
D | dpp_hostapd.c | 3439 bool prev_state, new_state; in hostapd_dpp_add_controller() local 3462 new_state = dpp_relay_controller_available(dpp); in hostapd_dpp_add_controller() 3463 if (new_state != prev_state) in hostapd_dpp_add_controller() 3474 bool prev_state, new_state; in hostapd_dpp_remove_controller() local 3481 new_state = dpp_relay_controller_available(dpp); in hostapd_dpp_remove_controller() 3482 if (new_state != prev_state) in hostapd_dpp_remove_controller()
|
/hostap-latest/src/p2p/ |
D | p2p_i.h | 861 void p2p_set_state(struct p2p_data *p2p, int new_state);
|
D | p2p.c | 188 void p2p_set_state(struct p2p_data *p2p, int new_state) in p2p_set_state() argument 191 p2p_state_txt(p2p->state), p2p_state_txt(new_state)); in p2p_set_state() 192 p2p->state = new_state; in p2p_set_state() 194 if (new_state == P2P_IDLE && p2p->pending_channel) { in p2p_set_state()
|