Home
last modified time | relevance | path

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

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