Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/mac/
Dsub_mac.hpp217 otRadioCaps GetRadioCaps(void) const { return mRadioCaps; } in GetRadioCaps() function in ot::Mac::SubMac
/openthread-3.6.0/src/lib/spinel/
Dradio_spinel.hpp365 otRadioCaps GetRadioCaps(void) const { return sRadioCaps; } in GetRadioCaps() function in ot::Spinel::RadioSpinel
/openthread-3.6.0/src/posix/platform/
Dradio.cpp393 return GetRadioSpinel().GetRadioCaps(); in otPlatRadioGetCaps()