Searched refs:send_user_request (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/ |
| D | wlan.c | 334 static int send_user_request(enum user_request_type request, unsigned int data); 1068 (void)send_user_request(CM_STA_USER_REQUEST_HS, wake_up_conds); in wlan_send_host_sleep() 5277 (void)send_user_request(CM_STA_USER_REQUEST_CONNECT, wlan.cur_network_idx); in wpa_supplicant_msg_cb() 6803 …(void)send_user_request(CM_STA_USER_REQUEST_CPU_LOADING, 0); // Notify wlcmgr task to destory cpu_… in wlan_cpu_loading_stop() 7550 static int send_user_request(enum user_request_type request, unsigned int data) in send_user_request() function 7732 (void)send_user_request(CM_WLAN_USER_REQUEST_DEINIT, (unsigned int)action); in wlan_deinit() 7809 (void)send_user_request(CM_STA_USER_REQUEST_CONNECT, 0); in assoc_timer_cb() 7829 …(void)send_user_request(wlan.connect ? CM_STA_USER_REQUEST_DISCONNECT : CM_UAP_USER_REQUEST_STOP, … in supp_status_timer_cb() 7844 (void)send_user_request(CM_STA_USER_REQUEST_SET_RSSI_THRESHOLD, 0); in neighbor_req_timer_cb() 8350 (void)send_user_request(CM_WLAN_USER_REQUEST_SHUTDOWN, 0); in wlan_stop() [all …]
|