Searched refs:handleNdpResponse (Results 1 – 3 of 3) sorted by relevance
98 int handleNdpResponse(NanResponseType ndpCmdtyp, struct nlattr **tb_vendor);
1234 handleNdpResponse(NAN_DP_INTERFACE_CREATE, tb_vendor); in handleEvent()1237 handleNdpResponse(NAN_DP_INTERFACE_DELETE, tb_vendor); in handleEvent()1240 handleNdpResponse(NAN_DP_INITIATOR_RESPONSE, tb_vendor); in handleEvent()1243 handleNdpResponse(NAN_DP_RESPONDER_RESPONSE, tb_vendor); in handleEvent()1246 handleNdpResponse(NAN_DP_END, tb_vendor); in handleEvent()
924 int NanCommand::handleNdpResponse(NanResponseType ndpCmdType, in handleNdpResponse() function in NanCommand