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 D | wlan_cm_sm.c | 430 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 D | wlan_cm_main.h | 74 WLAN_CM_S_DISCONNECTING = 3, enumerator
|
H A D | wlan_cm_roam_sm.c | 158 cm_sm_transition_to(cm_ctx, WLAN_CM_S_DISCONNECTING); in cm_handle_connect_disconnect_in_roam()
|
H A D | wlan_cm_disconnect.c | 689 case WLAN_CM_S_DISCONNECTING: in cm_handle_discon_req_in_non_connected_state()
|
H A D | wlan_cm_util.c | 1370 if (state == WLAN_CM_S_DISCONNECTING) in cm_is_vdev_disconnecting()
|
H A D | wlan_cm_connect.c | 1854 case WLAN_CM_S_DISCONNECTING: in cm_handle_connect_req_in_non_init_state()
|