Searched refs:NanDataPathEndInd (Results 1 – 6 of 6) 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;
290 std::function<void(const NanDataPathEndInd&)>292 void onAysncNanEventDataPathEnd(NanDataPathEndInd* event) { in onAysncNanEventDataPathEnd()
443 [weak_ptr_this](const legacy_hal::NanDataPathEndInd& msg) { in WifiNanIface()