Searched defs:ActiveScanResult (Results 1 – 2 of 2) sorted by relevance
59 struct ActiveScanResult struct61 uint64_t mExtAddress; ///< IEEE 802.15.4 Extended Address62 std::string mNetworkName; ///< Thread Network Name63 uint64_t mExtendedPanId; ///< Thread Extended PAN ID64 std::vector<uint8_t> mSteeringData; ///< Steering Data65 uint16_t mPanId; ///< IEEE 802.15.4 PAN ID66 uint16_t mJoinerUdpPort; ///< Joiner UDP Port67 uint8_t mChannel; ///< IEEE 802.15.4 Channel68 int8_t mRssi; ///< RSSI (dBm)69 uint8_t mLqi; ///< LQI[all …]
103 typedef otActiveScanResult ActiveScanResult; typedef