Home
last modified time | relevance | path

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

/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/
Dnan_ind.cpp73 NanPublishRepliedInd publishRepliedInd; in handleNanIndication() local
74 memset(&publishRepliedInd, 0, sizeof(publishRepliedInd)); in handleNanIndication()
75 res = getNanPublishReplied(&publishRepliedInd); in handleNanIndication()
77 (*mHandler.EventPublishReplied)(&publishRepliedInd); in handleNanIndication()
/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/
Dnan_ind.cpp39 NanPublishRepliedInd publishRepliedInd; in handleNanIndication() local
40 memset(&publishRepliedInd, 0, sizeof(publishRepliedInd)); in handleNanIndication()
41 res = getNanPublishReplied(&publishRepliedInd); in handleNanIndication()
43 (*mHandler.EventPublishReplied)(&publishRepliedInd); in handleNanIndication()