Skip to content

RDKBWIFI-460: Fixes and improvements for EasyMesh AP metrics reporting#1164

Open
vlad-safonov wants to merge 1 commit into
rdkcentral:developfrom
vlad-safonov:RDKBWIFI-460-fix-and-improvements-for-ap-metrics-report
Open

RDKBWIFI-460: Fixes and improvements for EasyMesh AP metrics reporting#1164
vlad-safonov wants to merge 1 commit into
rdkcentral:developfrom
vlad-safonov:RDKBWIFI-460-fix-and-improvements-for-ap-metrics-report

Conversation

@vlad-safonov
Copy link
Copy Markdown
Contributor

Reason for change: this PR contains multiple fixes and improvements to the EasyMesh application's AP metrics reporting

  1. Radio MAC matching: Add support for checking against radio's own interface MAC
  2. Validation improvements: Fix null checks in prepare_sta_traffic_stats_data and prepare_sta_lins_metrics_data
  3. Buffer safety: Fix strncpy buffer size and add null termination
  4. Rate calculation: Remove /1000 conversion (rates already in correct units)
  5. Error handling: Add malloc failure checks and proper cleanup
  6. Cache management: Refresh existing client type cache entries to avoid stale values
  7. Fix calculation of RX other (busy_rx - busy_self)
  8. Memory initialization: Fix memset sizes for arrays
  9. Variable naming: Use correct vap_index variable in client stats storage
  10. Loop bounds checking: Add conditions to prevent buffer overruns

Test procedure: AP metrics reports works

Risks: Low
Priority: P2

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

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

@vlad-safonov vlad-safonov force-pushed the RDKBWIFI-460-fix-and-improvements-for-ap-metrics-report branch 3 times, most recently from 1bf93a7 to 8720668 Compare June 3, 2026 14:48
@vlad-safonov vlad-safonov force-pushed the RDKBWIFI-460-fix-and-improvements-for-ap-metrics-report branch from 8720668 to 87bb0ff Compare June 4, 2026 08:21
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