Home
last modified time | relevance | path

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

/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
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dwifi_logger.cpp496 nl_iterator it(vendor_data); in handleResponse()
737 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleEvent()
862 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse()
893 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleEvent()
1017 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleEvent()
1392 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse()
1610 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse()
1691 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse()
1914 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse()
Drtt.cpp549 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleEvent()
556 for (nl_iterator it2(it.get()); it2.has_next(); it2.next()) { in handleEvent()
Dwifi_hal.cpp1322 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse()
1336 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse()
1460 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse()
2844 nl_iterator it(vendor_data); in handleResponse()
Dgscan.cpp320 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse()
914 for (nl_iterator it(vendor_data); it.has_next(); it.next()) { in handleResponse()
920 for (nl_iterator it2(it.get()); it2.has_next(); it2.next()) { in handleResponse()