Searched refs:ndpCmdType (Results 1 – 4 of 4) sorted by relevance
1221 u32 ndpCmdType; in handleEvent() local1228 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()
99 int handleNdpIndication(u32 ndpCmdType, struct nlattr **tb_vendor);
924 int NanCommand::handleNdpResponse(NanResponseType ndpCmdType, in handleNdpResponse() argument948 rsp_data.response_type = ndpCmdType; in handleNdpResponse()950 if (ndpCmdType == NAN_DP_INITIATOR_RESPONSE) in handleNdpResponse()
963 int NanCommand::handleNdpIndication(u32 ndpCmdType, struct nlattr **tb_vendor) in handleNdpIndication() argument969 ALOGI("handleNdpIndication msg_id:%u", ndpCmdType); in handleNdpIndication()970 switch (ndpCmdType) { in handleNdpIndication()1064 ALOGE("handleNdpIndication error invalid ndpCmdType:%u", ndpCmdType); in handleNdpIndication()