Searched refs:sConfig (Results 1 – 1 of 1) sorted by relevance
48 static ot::Posix::Configuration sConfig; variable859 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()