connectedhomeip
connectedhomeip copied to clipboard
[pre-sve]TC-CNET4.4 Step 2 bad response to ScanNetworks (Scan Networks) from Ameba server
./chip-tool networkcommissioning scan-networks 1111 0 --Ssid 574E38303254 --Breadcrumb 1 the Sdid specified matches the current network read from ./chip-tool networkcommissioning read networks 1111 0
[1655488863.152775][41969:41974] CHIP:DMG: Received Command Response Data, Endpoint=0 Cluster=0x0000_0031 Command=0x0000_0001 [1655488863.152900][41969:41974] CHIP:TOO: Endpoint: 0 Cluster: 0x0000_0031 Command 0x0000_0001 [1655488863.153041][41969:41974] CHIP:TOO: ScanNetworksResponse: { [1655488863.153157][41969:41974] CHIP:TOO: networkingStatus: 0 [1655488863.153252][41969:41974] CHIP:TOO: wiFiScanResults: 0 entries
I would expect to see the network information for the connected network.
SHA 1e3f12041013dd71a53d035dbf2f6d142fc06c4e Platform Ameba
this relates to https://github.com/project-chip/connectedhomeip/issues/19729
@chrisbeach59, according to the test step, Step 2: "TH sends ScanNetworks Command to the DUT with SSID argument value as 'Userwifi_ssid' and Breadcrumb argument value 1" I think this means you should pass in the ASCII value of ssid instead of hex. I have tested it with Ameba platform and got the expected result. Yet, in the example verification step, the hex value is passed in, might be a mistake?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
This stale issue has been automatically closed. Thank you for your contributions.