Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/wifi/nrf_wifi/src/
Dwifi_mgmt.c346 signed int rpu_setup_cmd = NRF_WIFI_REQUEST_TWT; in twt_wifi_mgmt_to_rpu_setup_cmd() local
350 rpu_setup_cmd = NRF_WIFI_REQUEST_TWT; in twt_wifi_mgmt_to_rpu_setup_cmd()
353 rpu_setup_cmd = NRF_WIFI_SUGGEST_TWT; in twt_wifi_mgmt_to_rpu_setup_cmd()
356 rpu_setup_cmd = NRF_WIFI_DEMAND_TWT; in twt_wifi_mgmt_to_rpu_setup_cmd()
359 rpu_setup_cmd = NRF_WIFI_GROUPING_TWT; in twt_wifi_mgmt_to_rpu_setup_cmd()
362 rpu_setup_cmd = NRF_WIFI_ACCEPT_TWT; in twt_wifi_mgmt_to_rpu_setup_cmd()
365 rpu_setup_cmd = NRF_WIFI_ALTERNATE_TWT; in twt_wifi_mgmt_to_rpu_setup_cmd()
368 rpu_setup_cmd = NRF_WIFI_DICTATE_TWT; in twt_wifi_mgmt_to_rpu_setup_cmd()
371 rpu_setup_cmd = NRF_WIFI_REJECT_TWT; in twt_wifi_mgmt_to_rpu_setup_cmd()
379 return rpu_setup_cmd; in twt_wifi_mgmt_to_rpu_setup_cmd()