Skip to content

RDKEMW-20973: reconnect failure on deepsleep wakeup with NSM OFF#321

Merged
karuna2git merged 1 commit into
developfrom
topic/RDKEMW-20973
Jul 6, 2026
Merged

RDKEMW-20973: reconnect failure on deepsleep wakeup with NSM OFF#321
karuna2git merged 1 commit into
developfrom
topic/RDKEMW-20973

Conversation

@Anand73-n

Copy link
Copy Markdown
Contributor

Reason for change: fix deepsleep reconnect failure due to "wpa_cli status" returning empty BSSID which cleared last SSID
Test procedure: WiFi should reconnect on DeepSleep wakeup Risks: low
Priority: P1

Copilot AI review requested due to automatic review settings July 6, 2026 08:47
@Anand73-n Anand73-n requested a review from a team as a code owner July 6, 2026 08:47
Reason for change: fix deepsleep reconnect failure due to
"wpa_cli status" returning empty BSSID, which cleared last SSID.
Test procedure: WiFi should reconnect on DeepSleep wakeup
Risks: low
Priority: P1

Signed-off-by: Anand N <Anand_N@comcast.com>

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

Fixes DeepSleep wake reconnect failures when Network Standby Mode is OFF by preventing the “last connected SSID” cache from being cleared when the current SSID cannot be determined (e.g., wpa_cli status yields an empty BSSID/SSID during transient states).

Changes:

  • Only update m_lastConnectedSSID when the retrieved SSID is non-empty, preserving the previous value across transient empty reads.

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

Comment thread plugin/NetworkManagerImplementation.cpp
Copilot AI review requested due to automatic review settings July 6, 2026 08:50

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comment thread plugin/NetworkManagerImplementation.cpp
@karuna2git karuna2git merged commit 5227c35 into develop Jul 6, 2026
17 of 18 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 6, 2026
@karuna2git karuna2git deleted the topic/RDKEMW-20973 branch July 6, 2026 14:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants