Searched refs:wlc_mgr_event_queue (Results 1 – 3 of 3) sorted by relevance
1324 if (wm_wifi.wlc_mgr_event_queue == MNULL) in wifi_event_completion()1333 if (OSA_MsgQPut((osa_msgq_handle_t)wm_wifi.wlc_mgr_event_queue, &msg) != KOSA_StatusSuccess) in wifi_event_completion()1672 if (wm_wifi.wlc_mgr_event_queue != NULL) in wifi_register_event_queue()1677 wm_wifi.wlc_mgr_event_queue = event_queue; in wifi_register_event_queue()1683 if ((wm_wifi.wlc_mgr_event_queue == MNULL) || wm_wifi.wlc_mgr_event_queue != event_queue) in wifi_unregister_event_queue()1688 wm_wifi.wlc_mgr_event_queue = NULL; in wifi_unregister_event_queue()
93 osa_msgq_handle_t *wlc_mgr_event_queue; member
8369 if (wm_wifi.wlc_mgr_event_queue) in wlan_stop()