Searched refs:wakeup_client_q (Results 1 – 3 of 3) sorted by relevance
23 void *wakeup_client_q = NULL; in sap_client_ps_get_frames() local56 wakeup_client_q = sys_dev_ctx->tx_config.wakeup_client_q; in sap_client_ps_get_frames()58 if (wakeup_client_q) { in sap_client_ps_get_frames()59 nrf_wifi_utils_q_enqueue(wakeup_client_q, in sap_client_ps_get_frames()84 void *wakeup_client_q = NULL; in sap_client_update_pmmode() local120 wakeup_client_q = sys_dev_ctx->tx_config.wakeup_client_q; in sap_client_update_pmmode()122 if (wakeup_client_q) { in sap_client_update_pmmode()123 nrf_wifi_utils_q_enqueue(wakeup_client_q, in sap_client_update_pmmode()
441 client_q = sys_dev_ctx->tx_config.wakeup_client_q; in get_peer_from_wakeup_q()934 nrf_wifi_utils_list_del_node(sys_dev_ctx->tx_config.wakeup_client_q, in tx_cmd_prepare()1687 sys_dev_ctx->tx_config.wakeup_client_q = nrf_wifi_utils_q_alloc(); in tx_init()1689 if (!sys_dev_ctx->tx_config.wakeup_client_q) { in tx_init()1720 nrf_wifi_utils_q_free(sys_dev_ctx->tx_config.wakeup_client_q); in tx_init()1765 nrf_wifi_utils_q_free(sys_dev_ctx->tx_config.wakeup_client_q); in tx_deinit()
335 void *wakeup_client_q; member