Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dnan.cpp1215 u32 ndpCmdType; in handleEvent() local
1222 ndpCmdType = in handleEvent()
1225 __FUNCTION__, ndpCmdType); in handleEvent()
1226 switch (ndpCmdType) { in handleEvent()
1245 handleNdpIndication(ndpCmdType, tb_vendor); in handleEvent()
1249 __FUNCTION__, ndpCmdType); in handleEvent()
Dnancommand.h99 int handleNdpIndication(u32 ndpCmdType, struct nlattr **tb_vendor);
Dnan_ind.cpp907 int NanCommand::handleNdpIndication(u32 ndpCmdType, struct nlattr **tb_vendor) in handleNdpIndication() argument
913 ALOGI("handleNdpIndication msg_id:%u", ndpCmdType); in handleNdpIndication()
914 switch (ndpCmdType) { in handleNdpIndication()
967 ALOGE("handleNdpIndication error invalid ndpCmdType:%u", ndpCmdType); in handleNdpIndication()
Dnan_rsp.cpp916 int NanCommand::handleNdpResponse(NanResponseType ndpCmdType, in handleNdpResponse() argument
940 rsp_data.response_type = ndpCmdType; in handleNdpResponse()
942 if (ndpCmdType == NAN_DP_INITIATOR_RESPONSE) in handleNdpResponse()