Searched refs:fst_session_set_state (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/fst/ |
D | fst_session.c | 118 static void fst_session_set_state(struct fst_session *s, in fst_session_set_state() function 178 fst_session_set_state(s, FST_SESSION_STATE_INITIAL, &extra); in fst_session_timeout_handler() 266 fst_session_set_state(s, FST_SESSION_STATE_INITIAL, &evext); in fst_session_reset_ex() 471 fst_session_set_state(s, FST_SESSION_STATE_INITIAL, &evext); in fst_session_handle_setup_request() 496 fst_session_set_state(s, FST_SESSION_STATE_SETUP_COMPLETION, NULL); in fst_session_handle_setup_request() 573 fst_session_set_state(s, FST_SESSION_STATE_INITIAL, &evext); in fst_session_handle_setup_response() 584 fst_session_set_state(s, FST_SESSION_STATE_INITIAL, &evext); in fst_session_handle_setup_response() 635 fst_session_set_state(s, FST_SESSION_STATE_INITIAL, &evext); in fst_session_handle_tear_down() 693 fst_session_set_state(s, FST_SESSION_STATE_TRANSITION_DONE, in fst_session_handle_ack_request() 695 fst_session_set_state(s, FST_SESSION_STATE_TRANSITION_CONFIRMED, in fst_session_handle_ack_request() [all …]
|