Home
last modified time | relevance | path

Searched defs:ActiveScanResult (Results 1 – 2 of 2) sorted by relevance

/external/ot-br-posix/src/dbus/common/
Dtypes.hpp56 struct ActiveScanResult struct
58 uint64_t mExtAddress; ///< IEEE 802.15.4 Extended Address
59 std::string mNetworkName; ///< Thread Network Name
60 uint64_t mExtendedPanId; ///< Thread Extended PAN ID
61 std::vector<uint8_t> mSteeringData; ///< Steering Data
62 uint16_t mPanId; ///< IEEE 802.15.4 PAN ID
63 uint16_t mJoinerUdpPort; ///< Joiner UDP Port
64 uint8_t mChannel; ///< IEEE 802.15.4 Channel
65 int8_t mRssi; ///< RSSI (dBm)
66 uint8_t mLqi; ///< LQI
[all …]
/external/openthread/src/core/mac/
Dmac.hpp99 typedef otActiveScanResult ActiveScanResult; typedef