Home
last modified time | relevance | path

Searched refs:publishTerminatedInd (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan_ind.cpp82 NanPublishTerminatedInd publishTerminatedInd; in handleNanIndication() local
83 memset(&publishTerminatedInd, 0, sizeof(publishTerminatedInd)); in handleNanIndication()
84 res = getNanPublishTerminated(&publishTerminatedInd); in handleNanIndication()
86 (*mHandler.EventPublishTerminated)(&publishTerminatedInd); in handleNanIndication()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnan_ind.cpp48 NanPublishTerminatedInd publishTerminatedInd; in handleNanIndication() local
49 memset(&publishTerminatedInd, 0, sizeof(publishTerminatedInd)); in handleNanIndication()
50 res = getNanPublishTerminated(&publishTerminatedInd); in handleNanIndication()
52 (*mHandler.EventPublishTerminated)(&publishTerminatedInd); in handleNanIndication()