Home
last modified time | relevance | path

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

/nrf_wifi-latest/fw_if/umac_if/src/system/
Dfmac_ap.c117 peer->ps_state = config->sta_ps_state; in sap_client_update_pmmode()
119 if (peer->ps_state == NRF_WIFI_CLIENT_ACTIVE) { in sap_client_update_pmmode()
Dtx.c476 unsigned char ps_state = 0; in tx_curr_peer_opp_get() local
502 ps_state = sys_dev_ctx->tx_config.peers[curr_peer_opp].ps_state; in tx_curr_peer_opp_get()
504 if (ps_state == NRF_WIFI_CLIENT_PS_MODE) { in tx_curr_peer_opp_get()
1133 unsigned char ps_state = 0; in tx_process() local
1150 ps_state = sys_dev_ctx->tx_config.peers[peer_id].ps_state; in tx_process()
1152 if (ps_state == NRF_WIFI_CLIENT_PS_MODE) { in tx_process()
Dfmac_api.c2807 set_ps_cmd->info.ps_state = state; in nrf_wifi_sys_fmac_set_power_save()
/nrf_wifi-latest/fw_if/umac_if/inc/system/
Dfmac_structs.h306 unsigned char ps_state; member
/nrf_wifi-latest/fw_if/umac_if/inc/fw/
Dhost_rpu_umac_if.h2242 signed int ps_state; member