Home
last modified time | relevance | path

Searched refs:IsNative (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/mac/
Dmac_frame.hpp1443 bool IsNative(void) const { return (mFlags & kNativeFlag) != 0; } in IsNative() function in ot::Mac::BeaconPayload
Dmac.cpp264 aResult.mIsNative = beaconPayload->IsNative(); in ConvertBeaconToActiveScanResult()