Home
last modified time | relevance | path

Searched refs:nl_iterator (Results 1 – 7 of 7) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dcpp_bindings.h111 class nl_iterator {
115 nl_iterator(struct nlattr *attr) { in nl_iterator() function
153 nl_iterator(const nl_iterator&); // hide copy constructor to prevent copies
Dwifi_logger.cpp434 nl_iterator it(vendor_data); in handleResponse()
664 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleEvent()
782 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse()
814 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleEvent()
1127 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse()
1345 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse()
1426 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse()
Dnan.cpp1527 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleEvent()
1556 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleEvent()
1649 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleEvent()
1674 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleEvent()
1701 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleEvent()
1720 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleEvent()
2303 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleEvent()
2354 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleEvent()
2399 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleEvent()
3276 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleEvent()
[all …]
Drtt.cpp532 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleEvent()
539 for (nl_iterator it2(it.get()); it2.has_next(); it2.next()) { in handleEvent()
Dgscan.cpp319 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse()
354 for (nl_iterator it(attr); it.has_next() && i < num; it.next(), i++) { in parseScanResults()
361 for (nl_iterator it2(sc_data); it2.has_next(); it2.next()) { in parseScanResults()
952 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse()
958 for (nl_iterator it2(it.get()); it2.has_next(); it2.next()) { in handleResponse()
Dwifi_hal.cpp1190 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse()
1316 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dcpp_bindings.h108 class nl_iterator {
112 nl_iterator(struct nlattr *attr) { in nl_iterator() function
147 nl_iterator(const nl_iterator&); // hide copy constructor to prevent copies