Searched defs:rem (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dradio_mode.cpp109 int rem; local
118 rem = nla_len(mtb_vendor[QCA_WLAN_VENDOR_ATTR_MAC_INFO]);
119 nla_ok(modeInfo, rem);modeInfo = nla_next(modeInfo, &(rem))) {
H A Dgscan_event_handler.cpp225 int rem = 0; local
231 rem = nla_len(tb_vendor[
234 nla_ok(scanResultsInfo, rem);
235 scanResultsInfo = nla_next(scanResultsInfo, &(rem)))
358 int rem = 0; local
366 rem = nla_len(tb_vendor[
368 nla_ok(scanResultsInfo, rem);
369 scanResultsInfo = nla_next(scanResultsInfo, &(rem)))
469 int rem = 0; local
474 rem
600 int rem = 0; local
881 int rem = 0; local
1557 int rem = 0; local
[all...]
H A Dllstats.cpp448 int rem; local
498 for (rateInfo = (struct nlattr *) nla_data(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_RATE_INFO]), rem = nla_len(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_PEER_INFO_RATE_INFO]);
499 nla_ok(rateInfo, rem);
500 rateInfo = nla_next(rateInfo, &(rem)))
520 int i=0, rem; local
657 rem = nla_len(tb_vendor[
659 nla_ok(wmmInfo, rem);
660 wmmInfo = nla_next(wmmInfo, &(rem)))
684 int rem; local
792 for (chInfo = (struct nlattr *) nla_data(tb_vendor[QCA_WLAN_VENDOR_ATTR_LL_STATS_CH_INFO]), rem
917 int rem; local
[all...]
H A Dnan_ind.cpp1115 int rem; local
1177 rem = nla_len(tb_vendor[QCA_WLAN_VENDOR_ATTR_NDP_CHANNEL_INFO]);
1178 (i < NAN_MAX_CHANNEL_INFO_SUPPORTED && nla_ok(chInfo, rem));
1179 chInfo = nla_next(chInfo, &(rem))) {
1218 int rem; local
1231 rem = nla_len(tb_vendor[QCA_WLAN_VENDOR_ATTR_NDP_CHANNEL_INFO]);
1232 (i < NAN_MAX_CHANNEL_INFO_SUPPORTED && nla_ok(chInfo, rem));
1233 chInfo = nla_next(chInfo, &(rem))) {
H A Dcpp_bindings.h110 int rem; member in class:nl_iterator
114 rem = nla_len(attr);
117 return nla_ok(pos, rem);
120 pos = (struct nlattr *)nla_next(pos, &(rem));
490 #define for_each_attr(pos, nla, rem) \
491 for (pos = (nlattr *)nla_data(nla), rem = nla_len(nla); \
492 nla_ok(pos, rem); \
493 pos = (nlattr *)nla_next(pos, &(rem)))
H A Dgscan.cpp1387 int rem = 0, remResults = 0; local
1394 rem = nla_len(tb_vendor[
1396 nla_ok(scanResultsInfo, rem) && i < mGetCachedResultsRspParams->max;
1397 scanResultsInfo = nla_next(scanResultsInfo, &(rem)))
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dcpp_bindings.h110 int rem; member in class:nl_iterator
114 rem = nla_len(attr);
117 return nla_ok(pos, rem);
120 pos = (struct nlattr *)nla_next(pos, &(rem));
365 #define for_each_attr(pos, nla, rem) \
366 for (pos = (nlattr *)nla_data(nla), rem = nla_len(nla); \
367 nla_ok(pos, rem); \
368 pos = (nlattr *)nla_next(pos, &(rem)))

Completed in 99 milliseconds