Skip to content

RDKB-63475 [SKY-VL-QE][Sprint]:WIFI blaster is not working as expected#1238

Open
umasankar098 wants to merge 1 commit into
rdkcentral:developfrom
umasankar098:RDKB-63475_June30
Open

RDKB-63475 [SKY-VL-QE][Sprint]:WIFI blaster is not working as expected#1238
umasankar098 wants to merge 1 commit into
rdkcentral:developfrom
umasankar098:RDKB-63475_June30

Conversation

@umasankar098

Copy link
Copy Markdown

Reason for change: Changing the length of MAC address length as 18 to avoid this issue

Test Procedure:

Risks: Low

Priority:P1

Reason for change: Changing the length of MAC address length as 18 to avoid this issue

Test Procedure:

Risks: Low

Priority:P1

Signed-off-by: Umasankar Srinivasan <umasankar.srinivasan@sky.uk>
@umasankar098 umasankar098 requested a review from a team as a code owner June 30, 2026 09:34
Copilot AI review requested due to automatic review settings June 30, 2026 09:34

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR aims to address “WiFi blaster not working as expected” by changing the configured MAC address buffer length to accommodate a longer MAC string representation.

Changes:

  • Updated MAC_ADDRESS_LENGTH from 13 to 18.
  • Removed a duplicate MAC_ADDRESS_LENGTH definition later in the header.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread include/wifi_base.h
#define PLAN_ID_LENGTH 38
#define MAX_STEP_COUNT 32 /*Active Measurement Step Count */
#define MAC_ADDRESS_LENGTH 13
#define MAC_ADDRESS_LENGTH 18
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.

4 participants