Lines Matching refs:mSubMac
56 , mSubMac(aInstance) in LinkRaw()
58 , mSubMac(aInstance.Get<SubMac>()) in LinkRaw()
74 mSubMac.Init(); in Init()
98 VerifyOrExit(!mSubMac.IsTransmittingOrScanning(), error = kErrorBusy); in SetReceiveDone()
105 SuccessOrExit(error = mSubMac.Enable()); in SetReceiveDone()
109 IgnoreError(mSubMac.Disable()); in SetReceiveDone()
124 mSubMac.SetPanId(aPanId); in SetPanId()
147 mSubMac.SetExtAddress(aExtAddress); in SetExtAddress()
158 mSubMac.SetShortAddress(aShortAddress); in SetShortAddress()
169 mSubMac.SetAlternateShortAddress(aShortAddress); in SetAlternateShortAddress()
181 SuccessOrExit(error = mSubMac.Receive(mReceiveChannel)); in Receive()
203 SuccessOrExit(error = mSubMac.Send()); in Transmit()
227 SuccessOrExit(error = mSubMac.EnergyScan(aScanChannel, aScanDuration)); in EnergyScan()
260 mSubMac.SetMacKey(aKeyIdMode, aKeyId, prevKey, currKey, nextKey); in SetMacKey()
271 mSubMac.SetFrameCounter(aFrameCounter, aSetIfLarger); in SetMacFrameCounter()