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

[SL-TEMP] Fixed length comparision while returning the details of current network #367

Merged

Conversation

arun-silabs
Copy link
Contributor

Description

Fixes MATTER-4789

Issue : When the length of connected SSID is 32, observing NetworkID as False during read network. While returning the connected network details, error is being returned if the length of SSID is <32, but it should be <=32 since the maximum allowed length of SSID is 32. Added this small fix in length comparision.

Testing

Tested locally by commissioning to a network with SSID of length 32, the read networks command is successful.

@arun-silabs arun-silabs requested a review from a team as a code owner March 24, 2025 05:37
@mkardous-silabs mkardous-silabs merged commit 367d6f5 into release_2.5-1.4 Mar 25, 2025
53 checks passed
@mkardous-silabs mkardous-silabs deleted the bugfix/networkID_length_comparision branch March 25, 2025 20:04
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 this pull request may close these issues.

3 participants