Home
last modified time | relevance | path

Searched refs:WLAN_CM_S_DISCONNECTING (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_sm.c430 cm_sm_transition_to(cm_ctx, WLAN_CM_S_DISCONNECTING); in cm_state_connected_event()
459 cm_sm_state_update(cm_ctx, WLAN_CM_S_DISCONNECTING, WLAN_CM_SS_IDLE); in cm_state_disconnecting_entry()
497 WLAN_CM_S_DISCONNECTING); in cm_state_disconnecting_event()
519 data, WLAN_CM_S_DISCONNECTING); in cm_state_disconnecting_event()
665 cm_sm_transition_to(cm_ctx, WLAN_CM_S_DISCONNECTING); in cm_subst_join_pending_event()
684 cm_sm_transition_to(cm_ctx, WLAN_CM_S_DISCONNECTING); in cm_subst_join_pending_event()
790 cm_sm_transition_to(cm_ctx, WLAN_CM_S_DISCONNECTING); in cm_subst_scan_event()
922 cm_sm_transition_to(cm_ctx, WLAN_CM_S_DISCONNECTING); in cm_subst_join_active_event()
1027 cm_sm_transition_to(cm_ctx, WLAN_CM_S_DISCONNECTING); in cm_subst_idle_due_to_link_switch_event()
1111 (uint8_t)WLAN_CM_S_DISCONNECTING,
H A Dwlan_cm_main.h74 WLAN_CM_S_DISCONNECTING = 3, enumerator
H A Dwlan_cm_roam_sm.c158 cm_sm_transition_to(cm_ctx, WLAN_CM_S_DISCONNECTING); in cm_handle_connect_disconnect_in_roam()
H A Dwlan_cm_disconnect.c689 case WLAN_CM_S_DISCONNECTING: in cm_handle_discon_req_in_non_connected_state()
H A Dwlan_cm_util.c1370 if (state == WLAN_CM_S_DISCONNECTING) in cm_is_vdev_disconnecting()
H A Dwlan_cm_connect.c1854 case WLAN_CM_S_DISCONNECTING: in cm_handle_connect_req_in_non_init_state()