Home
last modified time | relevance | path

Searched refs:mIsNative (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/include/openthread/
Dlink.h331 bool mIsNative : 1; ///< Native Commissioner flag member
/openthread-latest/src/core/thread/
Ddiscover_scanner.cpp342 result.mIsNative = discoveryResponse.IsNativeCommissioner(); in HandleDiscoveryResponse()
/openthread-latest/src/core/mac/
Dmac.cpp264 aResult.mIsNative = beaconPayload->IsNative(); in ConvertBeaconToActiveScanResult()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp4221 if (aResult->mIsNative) in HandleActiveScanResult()