Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/inc/
Dwlan_hdd_oemdata.h100 struct oem_data_cap { struct
160 struct oem_data_cap target_cap;
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_oemdata.c61 struct oem_data_cap *data_cap) in populate_oem_data_cap()
157 struct oem_data_cap *oem_data_cap = (void *)extra; in iw_get_oem_data_cap() local
169 qdf_mem_zero(oem_data_cap, sizeof(*oem_data_cap)); in iw_get_oem_data_cap()
170 errno = populate_oem_data_cap(adapter, oem_data_cap); in iw_get_oem_data_cap()
618 struct oem_data_cap data_cap = { {0} }; in oem_process_get_cap_req_msg()