Home
last modified time | relevance | path

Searched refs:cap_rsp (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.c260 struct wifi_pos_oem_get_cap_rsp *cap_rsp; in os_if_send_cap_nl_resp() local
271 cap_rsp = (struct wifi_pos_oem_get_cap_rsp *)(buf); in os_if_send_cap_nl_resp()
283 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()
[all …]
/wlan-driver/qca-wifi-host-cmn/umac/wifi_pos/src/
H A Dwifi_pos_main.c347 struct wifi_pos_oem_get_cap_rsp cap_rsp = { { {0} } }; in wifi_pos_process_get_cap_req() local
362 wifi_pos_populate_caps(psoc, &cap_rsp.driver_cap); in wifi_pos_process_get_cap_req()
363 cap_rsp.user_defined_cap.ftm_rr = wifi_pos_obj->ftm_rr; in wifi_pos_process_get_cap_req()
364 cap_rsp.user_defined_cap.lci_capability = wifi_pos_obj->lci_capability; in wifi_pos_process_get_cap_req()
368 sizeof(cap_rsp), in wifi_pos_process_get_cap_req()
369 (uint8_t *)&cap_rsp); in wifi_pos_process_get_cap_req()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_oemdata.c617 struct oem_get_capability_rsp *cap_rsp; in oem_process_get_cap_req_msg() local
637 skb = alloc_skb(NLMSG_SPACE(sizeof(tAniMsgHdr) + sizeof(*cap_rsp)), in oem_process_get_cap_req_msg()
650 ani_hdr->length = sizeof(*cap_rsp); in oem_process_get_cap_req_msg()