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.hpp59 struct ActiveScanResult struct
61 uint64_t mExtAddress; ///< IEEE 802.15.4 Extended Address
62 std::string mNetworkName; ///< Thread Network Name
63 uint64_t mExtendedPanId; ///< Thread Extended PAN ID
64 std::vector<uint8_t> mSteeringData; ///< Steering Data
65 uint16_t mPanId; ///< IEEE 802.15.4 PAN ID
66 uint16_t mJoinerUdpPort; ///< Joiner UDP Port
67 uint8_t mChannel; ///< IEEE 802.15.4 Channel
68 int8_t mRssi; ///< RSSI (dBm)
69 uint8_t mLqi; ///< LQI
[all …]
/external/openthread/src/core/mac/
Dmac.hpp109 typedef otActiveScanResult ActiveScanResult; typedef