Home
last modified time | relevance | path

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

/nrf_wifi-latest/fw_if/umac_if/src/system/
Dfmac_ap.c23 void *wakeup_client_q = NULL; in sap_client_ps_get_frames() local
56 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() local
120 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()
Dtx.c441 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()
/nrf_wifi-latest/fw_if/umac_if/inc/system/
Dfmac_structs.h335 void *wakeup_client_q; member