Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/mac/
Dmac_frame.hpp1674 bool IsJoiningPermitted(void) const { return (mFlags & kJoiningFlag) != 0; } in IsJoiningPermitted() function in ot::Mac::BeaconPayload
Dmac.cpp264 aResult.mIsJoinable = beaconPayload->IsJoiningPermitted(); in ConvertBeaconToActiveScanResult()