Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/os_if/linux/wifi_pos/src/
H A Dos_if_wifi_pos.c283 cap_rsp->driver_cap.oem_target_type); in os_if_send_cap_nl_resp()
285 cap_rsp->driver_cap.oem_fw_version); in os_if_send_cap_nl_resp()
287 cap_rsp->driver_cap.driver_version.major); in os_if_send_cap_nl_resp()
289 cap_rsp->driver_cap.driver_version.minor); in os_if_send_cap_nl_resp()
291 cap_rsp->driver_cap.driver_version.patch); in os_if_send_cap_nl_resp()
293 cap_rsp->driver_cap.driver_version.build); in os_if_send_cap_nl_resp()
295 cap_rsp->driver_cap.allowed_dwell_time_min); in os_if_send_cap_nl_resp()
297 cap_rsp->driver_cap.allowed_dwell_time_max); in os_if_send_cap_nl_resp()
299 cap_rsp->driver_cap.curr_dwell_time_min); in os_if_send_cap_nl_resp()
301 cap_rsp->driver_cap.curr_dwell_time_max); in os_if_send_cap_nl_resp()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/inc/
H A Dwifi_pos_utils_pub.h164 struct wifi_pos_driver_caps driver_cap; member
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/src/
H A Dwifi_pos_main.c362 wifi_pos_populate_caps(psoc, &cap_rsp.driver_cap); in wifi_pos_process_get_cap_req()