Searched refs:fst_session_set_state (Results 1 – 1 of 1) sorted by relevance
| /hostap-latest/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() 264 fst_session_set_state(s, FST_SESSION_STATE_INITIAL, &evext); in fst_session_reset_ex() 469 fst_session_set_state(s, FST_SESSION_STATE_INITIAL, &evext); in fst_session_handle_setup_request() 494 fst_session_set_state(s, FST_SESSION_STATE_SETUP_COMPLETION, NULL); in fst_session_handle_setup_request() 571 fst_session_set_state(s, FST_SESSION_STATE_INITIAL, &evext); in fst_session_handle_setup_response() 582 fst_session_set_state(s, FST_SESSION_STATE_INITIAL, &evext); in fst_session_handle_setup_response() 633 fst_session_set_state(s, FST_SESSION_STATE_INITIAL, &evext); in fst_session_handle_tear_down() 691 fst_session_set_state(s, FST_SESSION_STATE_TRANSITION_DONE, in fst_session_handle_ack_request() 693 fst_session_set_state(s, FST_SESSION_STATE_TRANSITION_CONFIRMED, in fst_session_handle_ack_request() [all …]
|