Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dnan_ind.cpp1025 NanDataPathScheduleUpdateInd *pNdpScheduleUpdateInd; in handleNdpIndication() local
1046 pNdpScheduleUpdateInd = in handleNdpIndication()
1049 if (!pNdpScheduleUpdateInd) { in handleNdpIndication()
1053 pNdpScheduleUpdateInd->num_channels = num_channels; in handleNdpIndication()
1054 pNdpScheduleUpdateInd->num_ndp_instances = num_ndp_ids; in handleNdpIndication()
1056 res = getNdpScheduleUpdate(tb_vendor, pNdpScheduleUpdateInd); in handleNdpIndication()
1058 (*mHandler.EventScheduleUpdate)(pNdpScheduleUpdateInd); in handleNdpIndication()
1060 free(pNdpScheduleUpdateInd); in handleNdpIndication()