Home
last modified time | relevance | path

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

/openthread-3.6.0/src/posix/platform/
Dradio.cpp48 static ot::Posix::Configuration sConfig; variable
859 if (sConfig.IsValid()) in otPlatRadioGetSupportedChannelMask()
861 channelMask = sConfig.GetSupportedChannelMask(); in otPlatRadioGetSupportedChannelMask()
879 if (sConfig.IsValid()) in otPlatRadioGetPreferredChannelMask()
881 channelMask = sConfig.GetPreferredChannelMask(); in otPlatRadioGetPreferredChannelMask()
990 if (sConfig.IsValid()) in otPlatRadioSetRegion()
992 error = sConfig.SetRegion(aRegionCode); in otPlatRadioSetRegion()
1010 if (sConfig.IsValid()) in otPlatRadioGetRegion()
1012 *aRegionCode = sConfig.GetRegion(); in otPlatRadioGetRegion()