Searched refs:stop_ap_cmd (Results 1 – 1 of 1) sorted by relevance
1527 struct nrf_wifi_umac_cmd_stop_ap *stop_ap_cmd = NULL; in nrf_wifi_sys_fmac_stop_ap() local1538 stop_ap_cmd = nrf_wifi_osal_mem_zalloc(sizeof(*stop_ap_cmd)); in nrf_wifi_sys_fmac_stop_ap()1540 if (!stop_ap_cmd) { in nrf_wifi_sys_fmac_stop_ap()1546 stop_ap_cmd->umac_hdr.cmd_evnt = NRF_WIFI_UMAC_CMD_STOP_AP; in nrf_wifi_sys_fmac_stop_ap()1547 stop_ap_cmd->umac_hdr.ids.wdev_id = if_idx; in nrf_wifi_sys_fmac_stop_ap()1548 stop_ap_cmd->umac_hdr.ids.valid_fields |= NRF_WIFI_INDEX_IDS_WDEV_ID_VALID; in nrf_wifi_sys_fmac_stop_ap()1553 stop_ap_cmd, in nrf_wifi_sys_fmac_stop_ap()1554 sizeof(*stop_ap_cmd)); in nrf_wifi_sys_fmac_stop_ap()1557 if (stop_ap_cmd) { in nrf_wifi_sys_fmac_stop_ap()1558 nrf_wifi_osal_mem_free(stop_ap_cmd); in nrf_wifi_sys_fmac_stop_ap()