Skip to content

RDKEMW-17726 : Fix RDKV-to-RDKE migration for WPA3#543

Open
jincysam87 wants to merge 3 commits into
developfrom
feature/RDKEMW-17727-2
Open

RDKEMW-17726 : Fix RDKV-to-RDKE migration for WPA3#543
jincysam87 wants to merge 3 commits into
developfrom
feature/RDKEMW-17727-2

Conversation

@jincysam87
Copy link
Copy Markdown
Contributor

Reason for change: Do not set the security mode. Let NetworkManager detect it based on AP capabilities
Test Procedure: Test migration with WPA2/WPA3 transition/WPA3 mode
Risks: Medium
Signed-off-by: jincysaramma_sam@comcast.com

Copilot AI review requested due to automatic review settings May 12, 2026 15:43
@jincysam87 jincysam87 requested a review from a team as a code owner May 12, 2026 15:43
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

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 updates the RDKV-to-RDKE Wi‑Fi migration logic to avoid explicitly setting wifi-sec.key-mgmt, relying on NetworkManager to select the appropriate WPA2/WPA3 security mode based on AP capabilities.

Changes:

  • Removed key_mgmt parsing from wpa_supplicant.conf (no longer forces wpa-psk vs sae).
  • Switched Wi‑Fi connection setup from nmcli conn add ... wifi-sec.key-mgmt ... to nmcli device wifi connect ... with optional password.

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

Comment thread lib/rdk/NM_Bootstrap.sh Outdated
Comment on lines +112 to +115
nmcli device wifi connect ssid "$SSID"
else
#connect to wifi
nmcli conn add type wifi con-name "$SSID" autoconnect yes ifname wlan0 ssid "$SSID" wifi-sec.key-mgmt "$KEY_MGMT" wifi-sec.psk "$PSK"
nmcli conn reload
nmcli device wifi connect ssid "$SSID" password "$PSK"
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.

2 participants