Searched refs:NanDataPathEndInd (Results 1 – 7 of 7) sorted by relevance
102 int getNdpEnd(struct nlattr **tb_vendor, NanDataPathEndInd *event);
998 NanDataPathEndInd *ndpEndInd = NULL; in handleNdpIndication()1011 (NanDataPathEndInd *)malloc(sizeof(NanDataPathEndInd)+ (sizeof(u32) * num_ndp_ids)); in handleNdpIndication()
2378 } NanDataPathEndInd; typedef2422 void (*EventDataEnd)(NanDataPathEndInd* event);
124 using ::NanDataPathEndInd;388 std::function<void(const NanDataPathEndInd&)> on_event_data_path_end;
303 std::function<void(const NanDataPathEndInd&)>305 void onAysncNanEventDataPathEnd(NanDataPathEndInd* event) { in onAysncNanEventDataPathEnd()
452 [weak_ptr_this](const legacy_hal::NanDataPathEndInd& msg) { in WifiNanIface()
2411 NanDataPathEndInd ndp_end_event; in handleEvent()2412 memset(&ndp_end_event, 0, sizeof(NanDataPathEndInd)); in handleEvent()4959 NanDataPathEndInd ndp_end_event; in handleEvent()4960 memset(&ndp_end_event, 0, sizeof(NanDataPathEndInd)); in handleEvent()