Home
last modified time | relevance | path

Searched refs:kMpFcfAckRequest (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/mac/
Dmac_frame.hpp826 static constexpr uint16_t kMpFcfAckRequest = 1 << 14; member in ot::Mac::Frame
909 …static bool IsAckRequest(uint16_t aFcf) { return MaskFcf<kFcfAckRequest, kMpFcfAckRequest>(aFcf); } in IsAckRequest()
Dmac_frame.cpp294 VerifyOrExit((fcf & kMpFcfAckRequest) == 0); in IsWakeupFrame()
324 uint16_t mask = Select<kFcfAckRequest, kMpFcfAckRequest>(fcf); in SetAckRequest()
/openthread-latest/tests/unit/
Dtest_mac_frame.cpp795 constexpr uint16_t kMpFcfAckRequest = 1 << 14; variable
885 …(kMpFcfPanidPresent | kMpFcfSecurityEnabled | kMpFcfSequenceSuppression | kMpFcfAckRequest | kMpFc… in TestMacWakeupFrameDetectionNegative()