Searched refs:assoc_cmd (Results 1 – 1 of 1) sorted by relevance
871 struct nrf_wifi_umac_cmd_assoc *assoc_cmd = NULL; in nrf_wifi_sys_fmac_assoc() local893 assoc_cmd = nrf_wifi_osal_mem_zalloc(sizeof(*assoc_cmd)); in nrf_wifi_sys_fmac_assoc()895 if (!assoc_cmd) { in nrf_wifi_sys_fmac_assoc()901 assoc_cmd->umac_hdr.cmd_evnt = NRF_WIFI_UMAC_CMD_ASSOCIATE; in nrf_wifi_sys_fmac_assoc()902 assoc_cmd->umac_hdr.ids.wdev_id = if_idx; in nrf_wifi_sys_fmac_assoc()903 assoc_cmd->umac_hdr.ids.valid_fields |= NRF_WIFI_INDEX_IDS_WDEV_ID_VALID; in nrf_wifi_sys_fmac_assoc()905 connect_common_info = &assoc_cmd->connect_common_info; in nrf_wifi_sys_fmac_assoc()960 assoc_cmd, in nrf_wifi_sys_fmac_assoc()961 sizeof(*assoc_cmd)); in nrf_wifi_sys_fmac_assoc()963 if (assoc_cmd) { in nrf_wifi_sys_fmac_assoc()[all …]