Searched refs:NanRangeReportInd (Results 1 – 6 of 6) sorted by relevance
105 int getNanRangeReportInd(NanRangeReportInd *event);
147 NanRangeReportInd rangeReportInd; in handleNanIndication()148 memset(&rangeReportInd, 0, sizeof(NanRangeReportInd)); in handleNanIndication()1321 int NanCommand::getNanRangeReportInd(NanRangeReportInd *event) in getNanRangeReportInd()
2388 } NanRangeReportInd; typedef2410 void (*EventRangeReport) (NanRangeReportInd* event);
110 std::function<void(const NanRangeReportInd&)> on_event_range_report;
317 std::function<void(const NanRangeReportInd&)>319 void onAysncNanEventRangeReport(NanRangeReportInd* event) { in onAysncNanEventRangeReport()
471 [weak_ptr_this](const legacy_hal::NanRangeReportInd& /* msg */) { in WifiNanIface() argument