Searched defs:ActiveScanResult (Results 1 – 2 of 2) sorted by relevance
56 struct ActiveScanResult struct58 uint64_t mExtAddress; ///< IEEE 802.15.4 Extended Address59 std::string mNetworkName; ///< Thread Network Name60 uint64_t mExtendedPanId; ///< Thread Extended PAN ID61 std::vector<uint8_t> mSteeringData; ///< Steering Data62 uint16_t mPanId; ///< IEEE 802.15.4 PAN ID63 uint16_t mJoinerUdpPort; ///< Joiner UDP Port64 uint8_t mChannel; ///< IEEE 802.15.4 Channel65 int8_t mRssi; ///< RSSI (dBm)66 uint8_t mLqi; ///< LQI[all …]
99 typedef otActiveScanResult ActiveScanResult; typedef