Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NetworkIndex argument missing in NetworkConfigResponse command - Network commissioning #15781

Closed
Sivaramgrl opened this issue Mar 3, 2022 · 0 comments · Fixed by #16676
Closed

Comments

@Sivaramgrl
Copy link

### Problem
When executing the AddOrUpdateWiFiNetwork command, the NetworkIndex argument is missing in the NetworkConfigResponse command.

### Expected behavior:
The NetworkConfigResponse command must have the following arguments:

  • NetworkingStatus argument
  • DebugText argument
  • NetworkIndex argument

### Actual behavior:
The NetworkConfigResponse command holds only the following arguments and missing NetworkIndex argument:

  • NetworkingStatus argument
  • DebugText argument

Commands: sudo ./chip-tool networkcommissioning add-or-update-wi-fi-network GRLPrivate_EXT matter123 0 1 0
[1646295649.448543][3081:3086] CHIP:DMG: Received Command Response Data, Endpoint=0 Cluster=0x0000_0031 Command=0x0000_0005
[1646295649.448617][3081:3086] CHIP:TOO: Endpoint: 0 Cluster: 0x0000_0031 Command 0x0000_0005
[1646295649.448710][3081:3086] CHIP:TOO: NetworkConfigResponse: {
[1646295649.448769][3081:3086] CHIP:TOO: networkingStatus: 0
[1646295649.448802][3081:3086] CHIP:TOO: debugText:
[1646295649.448844][3081:3086] CHIP:TOO: }

full log:
NetworkIndex argument missing.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant