Home
last modified time | relevance | path

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

/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan_ind.cpp167 if (!res && mHandler.EventBeaconSdfPayload) { in handleNanIndication()
168 (*mHandler.EventBeaconSdfPayload)(&beaconSdfPayloadInd); in handleNanIndication()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnan_ind.cpp123 if (!res && mHandler.EventBeaconSdfPayload) { in handleNanIndication()
124 (*mHandler.EventBeaconSdfPayload)(&beaconSdfPayloadInd); in handleNanIndication()
/hardware/interfaces/wifi/legacy_headers/include/hardware_legacy/
Dwifi_nan.h3087 void (*EventBeaconSdfPayload) (NanBeaconSdfPayloadInd* event); member
/hardware/synaptics/wlan/synadhd/wifi_hal/
Dnan.cpp3567 GET_NAN_HANDLE(info)->mHandlers.EventBeaconSdfPayload(&sdfInd); in handleEvent()
5001 GET_NAN_HANDLE(info)->mHandlers.EventBeaconSdfPayload(&sdfInd); in handleEvent()
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
Dnan.cpp5109 GET_NAN_HANDLE(info)->mHandlers.EventBeaconSdfPayload(&sdfInd); in handleEvent()
6942 GET_NAN_HANDLE(info)->mHandlers.EventBeaconSdfPayload(&sdfInd); in handleEvent()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp6500 handlers.EventBeaconSdfPayload = OnNanEventBeaconSdfPayload; in nan_init_handlers()