Home
last modified time | relevance | path

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

/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan_ind.cpp1042 if (!res && mHandler.EventDataConfirm) { in handleNdpIndication()
1043 (*mHandler.EventDataConfirm)(&ndpConfirmInd); in handleNdpIndication()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnan_ind.cpp991 if (!res && mHandler.EventDataConfirm) { in handleNdpIndication()
992 (*mHandler.EventDataConfirm)(&ndpConfirmInd); in handleNdpIndication()
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_nan.h3089 void (*EventDataConfirm)(NanDataPathConfirmInd* event); member
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dnan.cpp2504 GET_NAN_HANDLE(info)->mHandlers.EventDataConfirm(&ndp_create_confirmation_event); in handleEvent()
5131 … GET_NAN_HANDLE(info)->mHandlers.EventDataConfirm(&ndp_create_confirmation_event); in handleEvent()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp3946 GET_NAN_HANDLE(info)->mHandlers.EventDataConfirm(&ndp_create_confirmation_event); in handleEvent()
7062 … GET_NAN_HANDLE(info)->mHandlers.EventDataConfirm(&ndp_create_confirmation_event); in handleEvent()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp6502 handlers.EventDataConfirm = OnNanEventDataConfirmation; in nan_init_handlers()