RDKBWIFI-386: Channel Scan Report - BSS Load element is wrong#989
RDKBWIFI-386: Channel Scan Report - BSS Load element is wrong#989Sangeetha-selvaraj18 wants to merge 1 commit intordkcentral:developfrom
Conversation
2aa5a54 to
e72a900
Compare
e72a900 to
7418448
Compare
There was a problem hiding this comment.
Pull request overview
This PR aims to correct the EasyMesh Channel Scan Report contents by properly propagating scan metadata (aggregate scan duration / scan type) and by forwarding BSS Load-derived fields (channel utilization and station count) from probe responses into the Channel Scan Result TLV sent to EasyMesh.
Changes:
- Populate
aggregate_scan_durationandscan_typeinto EasyMesh scan results instead of hard-coding them to 0. - Forward neighbor BSS fields (
bss_color,channel_utilization,station_count) into EasyMesh neighbor structures rather than using placeholder constants. - Persist the effective scan
dwell_timeback into monitor args so it can be reused downstream (e.g., as aggregate scan duration).
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
source/webconfig/wifi_easymesh_translator.c |
Stops using placeholder values and forwards scan duration/type and neighbor BSS fields into EasyMesh scan results. |
source/stats/wifi_stats_radio_channel.c |
Writes the computed/adjusted dwell_time back into args for downstream consumers. |
source/apps/em/wifi_em.c |
Adds logic to populate BSS Load-related fields and to set scan duration/type for the Channel Scan Report. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
45b89bd to
6f536a9
Compare
amarnathhullur
left a comment
There was a problem hiding this comment.
Minor changes to be resolved
6f536a9 to
d791cb9
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
d791cb9 to
6e79dae
Compare
019e064 to
5130d18
Compare
Retrieve Channel Utilization and Station Count from the BSS Load element of the Probe Response and populate the corresponding fields. Ensure these values are correctly included in the Channel Scan Result TLV within the Channel Scan Report message for EasyMesh. Signed-off-by: Sangeetha <sangeetha.s1@tataelxsi.co.in>
f24cc6c to
c828847
Compare
Populate the Channel Utilization and Station count fetched from the BSS Load element of Probe response and send it to easymesh.
This is part of the Channel Scan Result TLV of the Channel Scan Report Message.