Home
last modified time | relevance | path

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

/nrf_wifi-latest/fw_if/umac_if/src/system/
Dfmac_api.c1779 struct nrf_wifi_cmd_start_p2p *start_p2p_dev_cmd = NULL; in nrf_wifi_sys_fmac_p2p_dev_start() local
1790 start_p2p_dev_cmd = nrf_wifi_osal_mem_zalloc(sizeof(*start_p2p_dev_cmd)); in nrf_wifi_sys_fmac_p2p_dev_start()
1792 if (!start_p2p_dev_cmd) { in nrf_wifi_sys_fmac_p2p_dev_start()
1797 start_p2p_dev_cmd->umac_hdr.cmd_evnt = NRF_WIFI_UMAC_CMD_START_P2P_DEVICE; in nrf_wifi_sys_fmac_p2p_dev_start()
1798 start_p2p_dev_cmd->umac_hdr.ids.wdev_id = if_idx; in nrf_wifi_sys_fmac_p2p_dev_start()
1799 start_p2p_dev_cmd->umac_hdr.ids.valid_fields |= NRF_WIFI_INDEX_IDS_WDEV_ID_VALID; in nrf_wifi_sys_fmac_p2p_dev_start()
1802 start_p2p_dev_cmd, in nrf_wifi_sys_fmac_p2p_dev_start()
1803 sizeof(*start_p2p_dev_cmd)); in nrf_wifi_sys_fmac_p2p_dev_start()
1806 if (start_p2p_dev_cmd) { in nrf_wifi_sys_fmac_p2p_dev_start()
1807 nrf_wifi_osal_mem_free(start_p2p_dev_cmd); in nrf_wifi_sys_fmac_p2p_dev_start()