Searched refs:QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | llstats.cpp | 501 struct nlattr *tb2[ QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX+ 1]; in get_wifi_peer_info() 504 …nla_parse(tb2, QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX, (struct nlattr *) nla_data(rateInfo), nla_len(ra… in get_wifi_peer_info() 661 struct nlattr *tb2[ QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX+ 1]; in get_wifi_iface_stats() 664 nla_parse(tb2, QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX, in get_wifi_iface_stats() 795 struct nlattr *tb2[ QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX+ 1]; in get_wifi_radio_stats() 797 …nla_parse(tb2, QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX, (struct nlattr *) nla_data(chInfo), nla_len(chIn… in get_wifi_radio_stats() 915 struct nlattr *tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX + 1]; in handleResponse() 919 nla_parse(tb_vendor, QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX, in handleResponse() 1118 QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX+ 1]; in handleResponse() 1120 nla_parse(tb2, QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX, in handleResponse() [all …]
|
D | qca-vendor_copy.h | 3353 QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX = enumerator
|