Home
last modified time | relevance | path

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

/nrf_wifi-latest/fw_if/umac_if/src/system/
Dfmac_api.c1406 struct nrf_wifi_umac_cmd_start_ap *start_ap_cmd = NULL; in nrf_wifi_sys_fmac_start_ap() local
1418 start_ap_cmd = nrf_wifi_osal_mem_zalloc(sizeof(*start_ap_cmd)); in nrf_wifi_sys_fmac_start_ap()
1420 if (!start_ap_cmd) { in nrf_wifi_sys_fmac_start_ap()
1426 start_ap_cmd->umac_hdr.cmd_evnt = NRF_WIFI_UMAC_CMD_START_AP; in nrf_wifi_sys_fmac_start_ap()
1427 start_ap_cmd->umac_hdr.ids.wdev_id = if_idx; in nrf_wifi_sys_fmac_start_ap()
1428 start_ap_cmd->umac_hdr.ids.valid_fields |= NRF_WIFI_INDEX_IDS_WDEV_ID_VALID; in nrf_wifi_sys_fmac_start_ap()
1430 nrf_wifi_osal_mem_cpy(&start_ap_cmd->info, in nrf_wifi_sys_fmac_start_ap()
1432 sizeof(start_ap_cmd->info)); in nrf_wifi_sys_fmac_start_ap()
1434 start_ap_cmd->valid_fields |= in nrf_wifi_sys_fmac_start_ap()
1439 start_ap_cmd->info.freq_params.valid_fields |= in nrf_wifi_sys_fmac_start_ap()
[all …]