Searched refs:stop_p2p_dev_cmd (Results 1 – 1 of 1) sorted by relevance
1818 struct nrf_wifi_umac_cmd_stop_p2p_dev *stop_p2p_dev_cmd = NULL; in nrf_wifi_sys_fmac_p2p_dev_stop() local1829 stop_p2p_dev_cmd = nrf_wifi_osal_mem_zalloc(sizeof(*stop_p2p_dev_cmd)); in nrf_wifi_sys_fmac_p2p_dev_stop()1831 if (!stop_p2p_dev_cmd) { in nrf_wifi_sys_fmac_p2p_dev_stop()1837 stop_p2p_dev_cmd->umac_hdr.cmd_evnt = NRF_WIFI_UMAC_CMD_STOP_P2P_DEVICE; in nrf_wifi_sys_fmac_p2p_dev_stop()1838 stop_p2p_dev_cmd->umac_hdr.ids.wdev_id = if_idx; in nrf_wifi_sys_fmac_p2p_dev_stop()1839 stop_p2p_dev_cmd->umac_hdr.ids.valid_fields |= NRF_WIFI_INDEX_IDS_WDEV_ID_VALID; in nrf_wifi_sys_fmac_p2p_dev_stop()1842 stop_p2p_dev_cmd, in nrf_wifi_sys_fmac_p2p_dev_stop()1843 sizeof(*stop_p2p_dev_cmd)); in nrf_wifi_sys_fmac_p2p_dev_stop()1845 if (stop_p2p_dev_cmd) { in nrf_wifi_sys_fmac_p2p_dev_stop()1846 nrf_wifi_osal_mem_free(stop_p2p_dev_cmd); in nrf_wifi_sys_fmac_p2p_dev_stop()