Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/src/
H A Dservice_ready_util.c302 qdf_mem_copy(&info->hw_mode_cap, hw_mode_caps, in select_preferred_hw_mode()
303 sizeof(info->hw_mode_cap)); in select_preferred_hw_mode()
308 qdf_mem_copy(&info->hw_mode_cap, hw_mode_caps, in select_preferred_hw_mode()
309 sizeof(info->hw_mode_cap)); in select_preferred_hw_mode()
356 info->hw_mode_cap.hw_mode_id = WMI_HOST_HW_MODE_MAX; in init_deinit_populate_hw_mode_capability()
/wlan-driver/qca-wifi-host-cmn/target_if/core/inc/
H A Dtarget_if.h242 struct wlan_psoc_host_hw_mode_caps hw_mode_cap; member