Searched refs:NanDataPathEndInd (Results 1 – 7 of 7) sorted by relevance
102 int getNdpEnd(struct nlattr **tb_vendor, NanDataPathEndInd *event);
993 NanDataPathEndInd *ndpEndInd = NULL; in handleNdpIndication()1006 (NanDataPathEndInd *)malloc(sizeof(NanDataPathEndInd)+ (sizeof(u32) * num_ndp_ids)); in handleNdpIndication()
2363 } NanDataPathEndInd; typedef2407 void (*EventDataEnd)(NanDataPathEndInd* event);
106 std::function<void(const NanDataPathEndInd&)> on_event_data_path_end;
291 std::function<void(const NanDataPathEndInd&)>293 void onAysncNanEventDataPathEnd(NanDataPathEndInd* event) { in onAysncNanEventDataPathEnd()
452 [weak_ptr_this](const legacy_hal::NanDataPathEndInd& msg) { in WifiNanIface()
2394 NanDataPathEndInd ndp_end_event; in handleEvent()2395 memset(&ndp_end_event, 0, sizeof(NanDataPathEndInd)); in handleEvent()4980 NanDataPathEndInd ndp_end_event; in handleEvent()4981 memset(&ndp_end_event, 0, sizeof(NanDataPathEndInd)); in handleEvent()