Lines Matching refs:mSubMac
297 mSubMac.SetPanId(aPanId); in SetPanId()
313 mSubMac.GetShortAddress(); in GetShortAddress()
327 mSubMac.SetShortAddress(aShortAddress); in SetShortAddress()
342 mSubMac.GetAlternateShortAddress(); in GetAlternateShortAddress()
356 mSubMac.SetAlternateShortAddress(aShortAddress); in SetAlternateShortAddress()
371 mSubMac.GetExtAddress(); in GetExtAddress()
385 mSubMac.SetExtAddress(aExtAddress); in SetExtAddress()
404 mSubMac.SetPcapCallback(aPcapCallback, aCallbackContext); in SetPcapCallback()
418 mSubMac.SetRxOnWhenIdle(aRxOnWhenIdle); in SetRxOnWhenIdle()
429 IgnoreError(mSubMac.Enable()); in Enable()
442 IgnoreError(mSubMac.Disable()); in Disable()
455 IgnoreError(mSubMac.Sleep()); in Sleep()
483 retval = mSubMac.UpdateCsl(aPeriod, aChannel, aShortAddr, aExtAddr); in UpdateCsl()
497 mSubMac.CslSample(); in CslSample()
521 mSubMac.UpdateWakeupListening(aEnable, aInterval, aDuration, aChannel); in UpdateWakeupListening()
534 IgnoreError(mSubMac.Receive(aChannel)); in Receive()
558 SuccessOrAssert(mSubMac.Send()); in Send()
588 mSubMac.GetTransmitRetries(); in GetTransmitRetries()
603 mSubMac.GetRssi(); in GetRssi()
627 mSubMac.EnergyScan(aScanChannel, aScanDuration); in EnergyScan()
642 mSubMac.GetNoiseFloor(); in GetNoiseFloor()
653 SubMac &GetSubMac(void) { return mSubMac; } in GetSubMac()
660 const SubMac &GetSubMac(void) const { return mSubMac; } in GetSubMac()
697 SubMac mSubMac; member in ot::Mac::Links