• Home
  • Raw
  • Download

Lines Matching refs:tb2

501         struct nlattr *tb2[ QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX+ 1];  in get_wifi_peer_info()  local
504 …nla_parse(tb2, QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX, (struct nlattr *) nla_data(rateInfo), nla_len(ra… in get_wifi_peer_info()
505 ret = get_wifi_rate_stat(pRateStats, tb2); in get_wifi_peer_info()
661 struct nlattr *tb2[ QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX+ 1]; in get_wifi_iface_stats() local
664 nla_parse(tb2, QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX, in get_wifi_iface_stats()
667 ret = get_wifi_wmm_ac_stat(pWmmStats, tb2); in get_wifi_iface_stats()
795 struct nlattr *tb2[ QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX+ 1]; in get_wifi_radio_stats() local
797 …nla_parse(tb2, QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX, (struct nlattr *) nla_data(chInfo), nla_len(chIn… in get_wifi_radio_stats()
799 if (!tb2[QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_WIDTH]) in get_wifi_radio_stats()
804 …pChStats->channel.width = (wifi_channel_width)nla_get_u32(tb2[QCA_WLAN_VENDOR_ATT… in get_wifi_radio_stats()
806 if (!tb2[QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_CENTER_FREQ]) in get_wifi_radio_stats()
811 …pChStats->channel.center_freq = (wifi_channel)nla_get_u32(tb2[QCA_WLAN_VENDOR_ATTR_LL_S… in get_wifi_radio_stats()
813 if (!tb2[QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_CENTER_FREQ0]) in get_wifi_radio_stats()
818 …pChStats->channel.center_freq0 = (wifi_channel)nla_get_u32(tb2[QCA_WLAN_VENDOR_ATTR_LL_S… in get_wifi_radio_stats()
820 if (!tb2[QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_INFO_CENTER_FREQ1]) in get_wifi_radio_stats()
825 …pChStats->channel.center_freq1 = (wifi_channel)nla_get_u32(tb2[QCA_WLAN_VENDOR_ATTR_LL_S… in get_wifi_radio_stats()
827 if (!tb2[QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_ON_TIME]) in get_wifi_radio_stats()
832 …pChStats->on_time = nla_get_u32(tb2[QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_ON_TIME]); in get_wifi_radio_stats()
834 if (!tb2[QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_CCA_BUSY_TIME]) in get_wifi_radio_stats()
839 …pChStats->cca_busy_time = nla_get_u32(tb2[QCA_WLAN_VENDOR_ATTR_LL_STATS_CHANNEL_CCA_BUSY_… in get_wifi_radio_stats()
1117 struct nlattr *tb2[ in handleResponse() local
1120 nla_parse(tb2, QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX, in handleResponse()
1124 if (!tb2[ in handleResponse()
1133 num_rates += nla_get_u32(tb2[ in handleResponse()
1172 struct nlattr *tb2[ in handleResponse() local
1177 nla_parse(tb2, QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX, in handleResponse()
1180 status = get_wifi_peer_info(pPeerStats, tb2); in handleResponse()