Home
last modified time | relevance | path

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

/aosp_15_r20/external/ot-br-posix/src/dbus/common/
H A Dtypes.hpp660 struct InfraLinkInfo struct
662 std::string mName; ///< The name of the infrastructure network interface.
663 bool mIsUp; ///< Whether the infrastructure network interface is up.
664 …ol mIsRunning; ///< Whether the infrastructure network interface is running.
665 … mIsMulticast; ///< Whether the infrastructure network interface is multicast.
666 …mLinkLocalAddressCount; ///< The number of link-local addresses on the infra network interface.
667 …niqueLocalAddressCount; ///< The number of unique local addresses on the infra network interface.
668 …balUnicastAddressCount; ///< The number of global unicast addresses on the infra network interface.
/aosp_15_r20/external/ot-br-posix/src/proto/
H A Dthread_telemetry.proto491 message InfraLinkInfo { message