Home
last modified time | relevance | path

Searched refs:EventRangeRequest (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan_ind.cpp185 if (!res && mHandler.EventRangeRequest) { in handleNanIndication()
186 (*mHandler.EventRangeRequest)(&rangeRequestInd); in handleNanIndication()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnan_ind.cpp141 if (!res && mHandler.EventRangeRequest) { in handleNanIndication()
142 (*mHandler.EventRangeRequest)(&rangeRequestInd); in handleNanIndication()
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_nan.h3092 void (*EventRangeRequest) (NanRangeRequestInd* event); member
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp6506 handlers.EventRangeRequest = OnNanRangeRequestInd; in nan_init_handlers()