Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dnan_ind.cpp993 NanDataPathEndInd *ndpEndInd = NULL; in handleNdpIndication() local
1005 ndpEndInd = in handleNdpIndication()
1007 if (!ndpEndInd) { in handleNdpIndication()
1011 ndpEndInd->num_ndp_instances = num_ndp_ids; in handleNdpIndication()
1012 nla_memcpy(ndpEndInd->ndp_instance_id, in handleNdpIndication()
1014 sizeof(u32) * ndpEndInd->num_ndp_instances); in handleNdpIndication()
1017 (*mHandler.EventDataEnd)(ndpEndInd); in handleNdpIndication()
1019 free(ndpEndInd); in handleNdpIndication()