Searched refs:aSkipQualityCheck (Results 1 – 4 of 4) sorted by relevance
67 otError otChannelManagerRequestChannelSelect(otInstance *aInstance, bool aSkipQualityCheck) in otChannelManagerRequestChannelSelect() argument69 … return AsCoreType(aInstance).Get<Utils::ChannelManager>().RequestChannelSelect(aSkipQualityCheck); in otChannelManagerRequestChannelSelect()
244 Error ChannelManager::RequestChannelSelect(bool aSkipQualityCheck) in RequestChannelSelect() argument250 LogInfo("Request to select channel (skip quality check: %s)", ToYesNo(aSkipQualityCheck)); in RequestChannelSelect()254 VerifyOrExit(aSkipQualityCheck || ShouldAttemptChannelChange()); in RequestChannelSelect()
155 Error RequestChannelSelect(bool aSkipQualityCheck);
132 otError otChannelManagerRequestChannelSelect(otInstance *aInstance, bool aSkipQualityCheck);