Skip to content

Commit cbac1d7

Browse files
committed
Clarify comments
1 parent a2ebe3c commit cbac1d7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/app/clusters/network-commissioning/network-commissioning.cpp

+5
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,11 @@ void Instance::HandleScanNetworks(HandlerContext & ctx, const Commands::ScanNetw
491491
}
492492
else if (mFeatureFlags.Has(Feature::kThreadNetworkInterface))
493493
{
494+
// NOTE: the following lines were commented out due to issue #32875. In short, a popular
495+
// commissioner is passing a null SSID argument and this logic breaks interoperability as a result.
496+
// The spec has some inconsistency on this which also needs to be fixed. The commissioner maker is
497+
// fixing its code and will return to un-comment this code, with that work tracked by Issue #32887.
498+
//
494499
// SSID present on Thread violates the `[WI]` conformance.
495500
// if (req.ssid.HasValue())
496501
// {

0 commit comments

Comments
 (0)