Home
last modified time | relevance | path

Searched refs:WLAN_CM_S_CONNECTING (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
Dwlan_cm_sm.c108 cm_sm_transition_to(cm_ctx, WLAN_CM_S_CONNECTING); in cm_state_init_event()
196 cm_sm_state_update(cm_ctx, WLAN_CM_S_CONNECTING, WLAN_CM_SS_IDLE); in cm_state_connecting_entry()
412 cm_sm_transition_to(cm_ctx, WLAN_CM_S_CONNECTING); in cm_state_connected_event()
502 cm_sm_transition_to(cm_ctx, WLAN_CM_S_CONNECTING); in cm_state_disconnecting_event()
552 if (cm_get_state(cm_ctx) != WLAN_CM_S_CONNECTING) in cm_subst_join_pending_entry()
713 if (cm_get_state(cm_ctx) != WLAN_CM_S_CONNECTING) in cm_subst_scan_entry()
819 if (cm_get_state(cm_ctx) != WLAN_CM_S_CONNECTING) in cm_subst_join_active_entry()
1091 (uint8_t)WLAN_CM_S_CONNECTING,
1152 (uint8_t)WLAN_CM_S_CONNECTING,
1162 (uint8_t)WLAN_CM_S_CONNECTING,
[all …]
Dwlan_cm_main.h72 WLAN_CM_S_CONNECTING = 1, enumerator
Dwlan_cm_roam_sm.c149 cm_sm_transition_to(cm_ctx, WLAN_CM_S_CONNECTING); in cm_handle_connect_disconnect_in_roam()
Dwlan_cm_disconnect.c668 if (cur_state == WLAN_CM_S_CONNECTING && in cm_handle_discon_req_in_non_connected_state()
Dwlan_cm_util.c1319 if (state == WLAN_CM_S_CONNECTING) in cm_is_vdev_connecting()