Searched refs:chInfo (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | nan_ind.cpp | 1113 struct nlattr *chInfo; in getNdpConfirm() local 1175 for (chInfo = in getNdpConfirm() 1178 (i < NAN_MAX_CHANNEL_INFO_SUPPORTED && nla_ok(chInfo, rem)); in getNdpConfirm() 1179 chInfo = nla_next(chInfo, &(rem))) { in getNdpConfirm() 1185 (struct nlattr *) nla_data(chInfo), nla_len(chInfo), NULL); in getNdpConfirm() 1216 struct nlattr *chInfo; in getNdpScheduleUpdate() local 1229 for (chInfo = in getNdpScheduleUpdate() 1232 (i < NAN_MAX_CHANNEL_INFO_SUPPORTED && nla_ok(chInfo, rem)); in getNdpScheduleUpdate() 1233 chInfo = nla_next(chInfo, &(rem))) { in getNdpScheduleUpdate() 1239 (struct nlattr *) nla_data(chInfo), nla_len(chInfo), NULL); in getNdpScheduleUpdate()
|
D | llstats.cpp | 681 struct nlattr *chInfo; in get_wifi_radio_stats() local 791 …for (chInfo = (struct nlattr *) nla_data(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_CH_INFO]), rem = … in get_wifi_radio_stats() 792 nla_ok(chInfo, rem); in get_wifi_radio_stats() 793 chInfo = nla_next(chInfo, &(rem))) in get_wifi_radio_stats() 797 …tb2, QCA_WLAN_VENDOR_ATTR_LL_STATS_MAX, (struct nlattr *) nla_data(chInfo), nla_len(chInfo), NULL); in get_wifi_radio_stats()
|