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

[BUG] Wi-Fi Diagnostic cluster always return success when processing the ResetCounts command #37092

Open
mkardous-silabs opened this issue Jan 16, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@mkardous-silabs
Copy link
Contributor

Reproduction steps

Check src/app/clusters/wifi-network-diagnostics-server/wifi-network-diagnostics-server.cpp

bool emberAfWiFiNetworkDiagnosticsClusterResetCountsCallback(app::CommandHandler * commandObj,
                                                             const app::ConcreteCommandPath & commandPath,
                                                             const Commands::ResetCounts::DecodableType & commandData)
{
    DeviceLayer::GetDiagnosticDataProvider().ResetWiFiNetworkDiagnosticsCounts();
    commandObj->AddStatus(commandPath, Protocols::InteractionModel::Status::Success);

    return true;
}

Bug prevalence

always

GitHub hash of the SDK that was being used

839a11d

Platform

core

Platform Version(s)

No response

Anything else?

No response

@mkardous-silabs mkardous-silabs added the bug Something isn't working label Jan 16, 2025
@mkardous-silabs mkardous-silabs self-assigned this Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant