Home
last modified time | relevance | path

Searched refs:tbVendor (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dgscan_event_handler.cpp1046 struct nlattr *tbVendor[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_MAX + 1]; in handleEvent() local
1057 nla_parse(tbVendor, QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_MAX, in handleEvent()
1074 if (!tbVendor[ in handleEvent()
1083 tbVendor[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_REQUEST_ID] in handleEvent()
1098 tbVendor[ in handleEvent()
1108 tbVendor[ in handleEvent()
1129 tbVendor[ in handleEvent()
1140 tbVendor[ in handleEvent()
1145 tbVendor[ in handleEvent()
1153 len = nla_len(tbVendor[ in handleEvent()
[all …]
Dwifilogger.cpp1060 struct nlattr *tbVendor[ in handleResponse() local
1063 nla_parse(tbVendor, QCA_WLAN_VENDOR_ATTR_LOGGER_RESULTS_MAX, in handleResponse()
1067 if (!tbVendor[ in handleResponse()
1075 tbVendor[QCA_WLAN_VENDOR_ATTR_LOGGER_RESULTS_MEMDUMP_SIZE] in handleResponse()
1143 struct nlattr *tbVendor[QCA_WLAN_VENDOR_ATTR_WAKE_STATS_MAX +1]; in handleResponse() local
1146 nla_parse(tbVendor, QCA_WLAN_VENDOR_ATTR_WAKE_STATS_MAX, in handleResponse()
1150 if (!tbVendor[ in handleResponse()
1156 tbVendor[QCA_WLAN_VENDOR_ATTR_WAKE_STATS_TOTAL_CMD_EVENT_WAKE]); in handleResponse()
1160 if (!tbVendor[ in handleResponse()
1165 len = nla_len(tbVendor[ in handleResponse()
[all …]
Dgscan.cpp1442 struct nlattr *tbVendor[ in handleResponse() local
1444 nla_parse(tbVendor, QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_MAX, in handleResponse()
1451 if (!tbVendor[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_NUM_CHANNELS]) { in handleResponse()
1457 val = nla_get_u32(tbVendor[ in handleResponse()
1466 if (!tbVendor[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_CHANNELS]) { in handleResponse()
1473 tbVendor[ in handleResponse()
1490 ret = gscan_parse_capabilities(tbVendor); in handleResponse()
1532 if (!tbVendor[ in handleResponse()
1540 tbVendor[QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_REQUEST_ID] in handleResponse()
1548 if (!tbVendor[ in handleResponse()
[all …]
Dgscan_event_handler.h93 struct nlattr **tbVendor);
Dgscancommand.h136 virtual int gscan_parse_capabilities(struct nlattr **tbVendor);