Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dradio.cpp50 static ot::Posix::Configuration sConfig; variable
866 if (sConfig.IsValid()) in otPlatRadioGetSupportedChannelMask()
868 channelMask = sConfig.GetSupportedChannelMask(); in otPlatRadioGetSupportedChannelMask()
886 if (sConfig.IsValid()) in otPlatRadioGetPreferredChannelMask()
888 channelMask = sConfig.GetPreferredChannelMask(); in otPlatRadioGetPreferredChannelMask()
1003 if (sConfig.IsValid()) in otPlatRadioSetRegion()
1005 error = sConfig.SetRegion(aRegionCode); in otPlatRadioSetRegion()
1023 if (sConfig.IsValid()) in otPlatRadioGetRegion()
1025 *aRegionCode = sConfig.GetRegion(); in otPlatRadioGetRegion()