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