Searched refs:WLAN_CM_S_INIT (Results 1 – 5 of 5) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/ |
D | wlan_cm_sm.c | 67 cm_sm_state_update(cm_ctx, WLAN_CM_S_INIT, WLAN_CM_SS_IDLE); in cm_state_init_entry() 148 WLAN_CM_S_INIT); in cm_state_init_event() 168 cm_sm_transition_to(cm_ctx, WLAN_CM_S_INIT); in cm_state_init_event() 514 cm_sm_transition_to(cm_ctx, WLAN_CM_S_INIT); in cm_state_disconnecting_event() 668 cm_sm_transition_to(cm_ctx, WLAN_CM_S_INIT); in cm_subst_join_pending_event() 896 cm_sm_transition_to(cm_ctx, WLAN_CM_S_INIT); in cm_subst_join_active_event() 947 if (cm_get_state(cm_ctx) != WLAN_CM_S_INIT) in cm_subst_idle_due_to_link_switch_entry() 1001 cm_sm_transition_to(cm_ctx, WLAN_CM_S_INIT); in cm_subst_idle_due_to_link_switch_event() 1046 cm_sm_transition_to(cm_ctx, WLAN_CM_S_INIT); in cm_subst_idle_due_to_link_switch_event() 1052 cm_sm_transition_to(cm_ctx, WLAN_CM_S_INIT); in cm_subst_idle_due_to_link_switch_event() [all …]
|
D | wlan_cm_main.h | 71 WLAN_CM_S_INIT = 0, enumerator
|
D | wlan_cm_disconnect.c | 754 case WLAN_CM_S_INIT: in cm_handle_discon_req_in_non_connected_state()
|
D | wlan_cm_util.c | 1387 if (state == WLAN_CM_S_INIT) in cm_is_vdev_disconnected() 1407 if (state == WLAN_CM_S_INIT && in cm_is_vdev_idle_due_to_link_switch()
|
D | wlan_cm_connect.c | 3013 sm_state == WLAN_CM_S_INIT) { in cm_notify_connect_complete() 3030 sm_state == WLAN_CM_S_INIT && !cm_is_link_switch_connect_resp(resp)) in cm_notify_connect_complete()
|