Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dgscan_event_handler.cpp224 int rem = 0; in gscan_parse_hotlist_ap_results() local
230 rem = nla_len(tb_vendor[ in gscan_parse_hotlist_ap_results()
233 nla_ok(scanResultsInfo, rem); in gscan_parse_hotlist_ap_results()
234 scanResultsInfo = nla_next(scanResultsInfo, &(rem))) in gscan_parse_hotlist_ap_results()
357 int rem = 0; in gscan_get_significant_change_results() local
365 rem = nla_len(tb_vendor[ in gscan_get_significant_change_results()
367 nla_ok(scanResultsInfo, rem); in gscan_get_significant_change_results()
368 scanResultsInfo = nla_next(scanResultsInfo, &(rem))) in gscan_get_significant_change_results()
468 int rem = 0; in gscan_parse_hotlist_ssid_results() local
473 rem = nla_len(tb_vendor[ in gscan_parse_hotlist_ssid_results()
[all …]
Dradio_mode.cpp110 int rem; in handleEvent() local
119 rem = nla_len(mtb_vendor[QCA_WLAN_VENDOR_ATTR_MAC_INFO]); in handleEvent()
120 nla_ok(modeInfo, rem);modeInfo = nla_next(modeInfo, &(rem))) { in handleEvent()
Dcpp_bindings.h110 int rem; variable
114 rem = nla_len(attr); in nl_iterator()
117 return nla_ok(pos, rem); in has_next()
120 pos = (struct nlattr *)nla_next(pos, &(rem)); in next()
490 #define for_each_attr(pos, nla, rem) \ argument
491 for (pos = (nlattr *)nla_data(nla), rem = nla_len(nla); \
492 nla_ok(pos, rem); \
493 pos = (nlattr *)nla_next(pos, &(rem)))
Dllstats.cpp448 int rem; in get_wifi_peer_info() local
498 …*) nla_data(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_RATE_INFO]), rem = nla_len(tb_vendor… in get_wifi_peer_info()
499 nla_ok(rateInfo, rem); in get_wifi_peer_info()
500 rateInfo = nla_next(rateInfo, &(rem))) in get_wifi_peer_info()
520 int i=0, rem; in get_wifi_iface_stats() local
657 rem = nla_len(tb_vendor[ in get_wifi_iface_stats()
659 nla_ok(wmmInfo, rem); in get_wifi_iface_stats()
660 wmmInfo = nla_next(wmmInfo, &(rem))) in get_wifi_iface_stats()
684 int rem; in get_wifi_radio_stats() local
792 …for (chInfo = (struct nlattr *) nla_data(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_CH_INFO]), rem = … in get_wifi_radio_stats()
[all …]
Dnan_ind.cpp1120 int rem; in getNdpConfirm() local
1182 rem = nla_len(tb_vendor[QCA_WLAN_VENDOR_ATTR_NDP_CHANNEL_INFO]); in getNdpConfirm()
1183 (i < NAN_MAX_CHANNEL_INFO_SUPPORTED && nla_ok(chInfo, rem)); in getNdpConfirm()
1184 chInfo = nla_next(chInfo, &(rem))) { in getNdpConfirm()
1223 int rem; in getNdpScheduleUpdate() local
1236 rem = nla_len(tb_vendor[QCA_WLAN_VENDOR_ATTR_NDP_CHANNEL_INFO]); in getNdpScheduleUpdate()
1237 (i < NAN_MAX_CHANNEL_INFO_SUPPORTED && nla_ok(chInfo, rem)); in getNdpScheduleUpdate()
1238 chInfo = nla_next(chInfo, &(rem))) { in getNdpScheduleUpdate()
Dgscan.cpp1390 int rem = 0, remResults = 0; in gscan_get_cached_results() local
1397 rem = nla_len(tb_vendor[ in gscan_get_cached_results()
1399 nla_ok(scanResultsInfo, rem) && i < mGetCachedResultsRspParams->max; in gscan_get_cached_results()
1400 scanResultsInfo = nla_next(scanResultsInfo, &(rem))) in gscan_get_cached_results()