Skip to content

RDKBWIFI-445: Fixed binary data comparison in webconfig#1144

Open
vlad-safonov wants to merge 2 commits into
rdkcentral:developfrom
vlad-safonov:RDKBWIFI-445-wrong-vaps-in-ap-metric-report
Open

RDKBWIFI-445: Fixed binary data comparison in webconfig#1144
vlad-safonov wants to merge 2 commits into
rdkcentral:developfrom
vlad-safonov:RDKBWIFI-445-wrong-vaps-in-ap-metric-report

Conversation

@vlad-safonov
Copy link
Copy Markdown
Contributor

@vlad-safonov vlad-safonov commented May 21, 2026

Reason for change: AP metric report shows statistic for all VAP's from first VAP including the STA report
After investigation we found binary data comparing using strncmp, mac is starting with 0, treaded as comparison of two 0-length strings and always returning true

Test procedure: AP metric report should statistic for correct VAP
After STA connection statistic should be available only on one VAP
(without the patch it will be shown on all VAP's)

bez patcha STA pokazivajetsja na vseh vapah

Priority: Critical
Risk: Low

@vlad-safonov vlad-safonov requested a review from a team as a code owner May 21, 2026 14:56
@github-actions github-actions Bot added the community contribution Contributions from community. label May 21, 2026
@vlad-safonov
Copy link
Copy Markdown
Contributor Author

I have read the CLA Document and I hereby sign the CLA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community contribution Contributions from community.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant