Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_nan.h129 NAN_EVENT_ID_STARTED_CLUSTER, enumerator
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan_ind.cpp624 event->event_type = NAN_EVENT_ID_STARTED_CLUSTER; in getNanDiscEngEvent()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnan_ind.cpp574 event->event_type = NAN_EVENT_ID_STARTED_CLUSTER; in getNanDiscEngEvent()
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dnan.cpp3482 de_event.event_type = NAN_EVENT_ID_STARTED_CLUSTER; in handleEvent()
3507 if (de_event.event_type == NAN_EVENT_ID_STARTED_CLUSTER) { in handleEvent()
4733 de_event.event_type = NAN_EVENT_ID_STARTED_CLUSTER; in handleEvent()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp5022 de_event.event_type = NAN_EVENT_ID_STARTED_CLUSTER; in handleEvent()
5047 if (de_event.event_type == NAN_EVENT_ID_STARTED_CLUSTER) { in handleEvent()
6658 de_event.event_type = NAN_EVENT_ID_STARTED_CLUSTER; in handleEvent()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp6357 } else if (event->event_type == NAN_EVENT_ID_STARTED_CLUSTER) { in OnNanEventDiscEngEvent()