Home | History | Annotate | Download | only in wifi_hal

Lines Matching defs:chInfo

684     struct nlattr *chInfo;
791 for (chInfo = (struct nlattr *) nla_data(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_CH_INFO]), rem = nla_len(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_CH_INFO]);
792 nla_ok(chInfo, rem);
793 chInfo = nla_next(chInfo, &(rem)))
797 nla_parse(tb2, QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX, (struct nlattr *) nla_data(chInfo), nla_len(chInfo), NULL);