Home
last modified time | relevance | path

Searched refs:kMacCmdBeaconRequest (Results 1 – 4 of 4) sorted by relevance

/external/openthread/tests/unit/
Dtest_mac_frame.cpp427 SuccessOrQuit(frame.SetCommandId(Mac::Frame::kMacCmdBeaconRequest)); in TestMacFrameApi()
429 VerifyOrQuit(commandId == Mac::Frame::kMacCmdBeaconRequest); in TestMacFrameApi()
/external/openthread/src/core/mac/
Dmac_frame.hpp342 static constexpr uint8_t kMacCmdBeaconRequest = 7; member in ot::Mac::Frame
Dmac.cpp736 IgnoreError(frame.SetCommandId(Frame::kMacCmdBeaconRequest)); in PrepareBeaconRequest()
2055 case Frame::kMacCmdBeaconRequest: in HandleMacCommand()
Dmac_frame.cpp1421 case kMacCmdBeaconRequest: in ToInfoString()