project-chip / connectedhomeip

Matter (formerly Project CHIP) creates more connections between more objects, simplifying development for manufacturers and increasing compatibility for consumers, guided by the Connectivity Standards Alliance.
https://buildwithmatter.com
Apache License 2.0
7.56k stars 2.04k forks source link

[1.3] The implementation of the Network Identity Management Cluster is required in Chip-tool and Sample app . #31098

Open Saravana-kr22 opened 11 months ago

Saravana-kr22 commented 11 months ago

Reproduction steps

Executed the below mentioned command to put DUT into a commissionable state ./chip-all-clusters-app

Once DUT reach the commissionable state sent below mentioned command on TH. ./chip-tool pairing onnetwork 1 20202021

After the successful commissioning, I attempted to validate the Network Identity Management Cluster , but it is not implemented in chip-tool

image

Bug prevalence

Whenever I do this

GitHub hash of the SDK that was being used

7cbac9130d2b10d6bfdba873129dfbffa294cf8d

Platform

raspi

Anything else?

Spec Reference: https://github.com/CHIP-Specifications/connectedhomeip-spec/blob/master/src/app_clusters/NetworkIdentityManagement.adoc

bzbarsky-apple commented 11 months ago

This has nothing to do with chip-tool per se. The XML for this cluster has not been added to the SDK.