Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dllstats.cpp686 struct nlattr *chInfo; in get_wifi_radio_stats() local
794 …for (chInfo = (struct nlattr *) nla_data(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_CH_INFO]), rem = … in get_wifi_radio_stats()
795 nla_ok(chInfo, rem); in get_wifi_radio_stats()
796 chInfo = nla_next(chInfo, &(rem))) in get_wifi_radio_stats()
800 …tb2, QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX, (struct nlattr *) nla_data(chInfo), nla_len(chInfo), NULL); in get_wifi_radio_stats()