We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
### 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:
### Actual behavior: The NetworkConfigResponse command holds only the following arguments and missing NetworkIndex 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
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
### 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:
### Actual behavior:
The NetworkConfigResponse command holds only the following arguments and missing NetworkIndex 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
The text was updated successfully, but these errors were encountered: