Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c342 CM_STA_ASSOCIATING, enumerator
653 case CM_STA_ASSOCIATING: in dbg_sta_state_name()
1815 return ((wlan.sta_state > CM_STA_ASSOCIATING) && (wlan.sta_state <= CM_STA_CONNECTED)); in is_sta_connecting()
2064 wlan.sta_state = CM_STA_ASSOCIATING; in do_connect()
2645 wlan.sta_state = CM_STA_ASSOCIATING; in handle_scan_results()
3692 if (!is_state(CM_STA_ASSOCIATING)) in wlcm_process_association_event()
6389 if (wlan.sta_return_to >= CM_STA_ASSOCIATING) in wlcm_request_disconnect()
6402 else if (wlan.sta_state >= CM_STA_ASSOCIATING) in wlcm_request_disconnect()
6507 if ((wlan.roam_reassoc == false) && (wlan.sta_state >= CM_STA_ASSOCIATING)) in wlcm_request_connect()
6555 wlan.sta_state = CM_STA_ASSOCIATING; in wlcm_request_connect()
[all …]