wifi(interface): Rtt controller HIDL interface
Bug: 31991232
Test: ./hardware/interfaces/update-makefiles.sh
Change-Id: I53b95e85ee8a71bcb0494420913c9511f87908c0
diff --git a/wifi/1.0/IWifiStaIface.hal b/wifi/1.0/IWifiStaIface.hal
index 8f45777..5cf1413 100644
--- a/wifi/1.0/IWifiStaIface.hal
+++ b/wifi/1.0/IWifiStaIface.hal
@@ -295,11 +295,11 @@
LinkLayerIfaceStats iface;
LinkLayerRadioStats radio;
/**
- * Timestamp for each stats sample.
+ * TimeStamp for each stats sample.
* This is the absolute milliseconds from boot when these stats were
* sampled.
*/
- uint32_t timeStampInMs;
+ TimeStampInMs timeStampInMs;
};
/**