Searched refs:rem (Results 1 – 7 of 7) sorted by relevance
/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
D | cpp_bindings.h | 110 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() 365 #define for_each_attr(pos, nla, rem) \ argument 366 for (pos = (nlattr *)nla_data(nla), rem = nla_len(nla); \ 367 nla_ok(pos, rem); \ 368 pos = (nlattr *)nla_next(pos, &(rem)))
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | gscan_event_handler.cpp | 224 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 …]
|
D | llstats.cpp | 447 int rem; in get_wifi_peer_info() local 497 …*) nla_data(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_RATE_INFO]), rem = nla_len(tb_vendor… in get_wifi_peer_info() 498 nla_ok(rateInfo, rem); in get_wifi_peer_info() 499 rateInfo = nla_next(rateInfo, &(rem))) in get_wifi_peer_info() 519 int i=0, rem; in get_wifi_iface_stats() local 656 rem = nla_len(tb_vendor[ in get_wifi_iface_stats() 658 nla_ok(wmmInfo, rem); in get_wifi_iface_stats() 659 wmmInfo = nla_next(wmmInfo, &(rem))) in get_wifi_iface_stats() 683 int rem; 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() [all …]
|
D | radio_mode.cpp | 110 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()
|
D | cpp_bindings.h | 110 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)))
|
D | nan_ind.cpp | 1115 int rem; in getNdpConfirm() local 1177 rem = nla_len(tb_vendor[QCA_WLAN_VENDOR_ATTR_NDP_CHANNEL_INFO]); in getNdpConfirm() 1178 (i < NAN_MAX_CHANNEL_INFO_SUPPORTED && nla_ok(chInfo, rem)); in getNdpConfirm() 1179 chInfo = nla_next(chInfo, &(rem))) { in getNdpConfirm() 1218 int rem; in getNdpScheduleUpdate() local 1231 rem = nla_len(tb_vendor[QCA_WLAN_VENDOR_ATTR_NDP_CHANNEL_INFO]); in getNdpScheduleUpdate() 1232 (i < NAN_MAX_CHANNEL_INFO_SUPPORTED && nla_ok(chInfo, rem)); in getNdpScheduleUpdate() 1233 chInfo = nla_next(chInfo, &(rem))) { in getNdpScheduleUpdate()
|
D | gscan.cpp | 1390 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()
|