Home
last modified time | relevance | path

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

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dnan.cpp1221 u32 ndpCmdType; in handleEvent() local
1228 ndpCmdType = in handleEvent()
1231 __FUNCTION__, ndpCmdType); in handleEvent()
1232 switch (ndpCmdType) { in handleEvent()
1252 handleNdpIndication(ndpCmdType, tb_vendor); in handleEvent()
1256 __FUNCTION__, ndpCmdType); in handleEvent()
Dnancommand.h99 int handleNdpIndication(u32 ndpCmdType, struct nlattr **tb_vendor);
Dnan_rsp.cpp924 int NanCommand::handleNdpResponse(NanResponseType ndpCmdType, in handleNdpResponse() argument
948 rsp_data.response_type = ndpCmdType; in handleNdpResponse()
950 if (ndpCmdType == NAN_DP_INITIATOR_RESPONSE) in handleNdpResponse()
Dnan_ind.cpp963 int NanCommand::handleNdpIndication(u32 ndpCmdType, struct nlattr **tb_vendor) in handleNdpIndication() argument
969 ALOGI("handleNdpIndication msg_id:%u", ndpCmdType); in handleNdpIndication()
970 switch (ndpCmdType) { in handleNdpIndication()
1064 ALOGE("handleNdpIndication error invalid ndpCmdType:%u", ndpCmdType); in handleNdpIndication()