OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/wlan/qcwcn/wifi_hal/
llstats.cpp
281
struct nlattr *tb2[
QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX
+ 1];
284
nla_parse(tb2,
QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX
, (struct nlattr *) nla_data(rateInfo), nla_len(rateInfo), NULL);
314
struct nlattr *tb2[
QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX
+ 1];
316
nla_parse(tb2,
QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX
, (struct nlattr *) nla_data(wmmInfo), nla_len(wmmInfo), NULL);
350
struct nlattr *tb2[
QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX
+ 1];
352
nla_parse(tb2,
QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX
, (struct nlattr *) nla_data(chInfo), nla_len(chInfo), NULL);
379
struct nlattr *tb_vendor[
QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX
+ 1];
381
nla_parse(tb_vendor,
QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX
,
429
struct nlattr *tb_vendor[
QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX
+ 1];
430
nla_parse(tb_vendor,
QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX
,
[
all
...]
vendor_definitions.h
376
QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX
= QCA_WLAN_VENDOR_ATTR_LL_STATS_AFTER_LAST - 1,
Completed in 137 milliseconds