Home
last modified time | relevance | path

Searched defs:SetPromiscuous (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/openthread/src/core/radio/
H A Dradio.hpp919 inline void Radio::SetPromiscuous(bool aEnable) { otPlatRadioSetPromiscuous(GetInstancePtr(), aEnab… in SetPromiscuous() function in ot::Radio
1064 inline void Radio::SetPromiscuous(bool) {} in SetPromiscuous() function in ot::Radio
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac.cpp2106 void Mac::SetPromiscuous(bool aPromiscuous) in SetPromiscuous() function in ot::Mac::Mac
/aosp_15_r20/external/openthread/src/lib/spinel/
H A Dradio_spinel.cpp808 otError RadioSpinel::SetPromiscuous(bool aEnable) in SetPromiscuous() function in ot::Spinel::RadioSpinel