SERXIONE-8424 : Wpa-supplicant to read driver capability of SAE#412
SERXIONE-8424 : Wpa-supplicant to read driver capability of SAE#412Arjun-DR wants to merge 2 commits intosupport/4.10.0from
Conversation
Reason for change: Wpa-supplicant to read driver capability of SAE Test Procedure: RDKE test WPA supplicant SAE Priority: P1 Risks: Low Change-Id: I71bcc5406837627d137805d9adbdec88f62c471e Signed-off-by: sreedhar-reddy.billa@broadcom.com
|
I have read the CLA Document and I hereby sign the CLA You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
There was a problem hiding this comment.
Pull request overview
Enables WPA3-SAE support and updates wpa-supplicant’s nl80211 capability handling so SAE key management can be derived from a driver-advertised flag.
Changes:
- Add a Yocto patch to set
WPA_DRIVER_CAPA_KEY_MGMT_SAEwhenWPA_DRIVER_FLAGS_SAEis present. - Enable
CONFIG_SAE=yin the provideddefconfig. - Add the new patch to the wpa-supplicant recipe
SRC_URI.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| recipes-connectivity/wpa-supplicant/wpa-supplicant_%.bbappend | Adds the new SAE capability patch to SRC_URI. |
| recipes-connectivity/wpa-supplicant/files/sae-key_mgmt-capability-from-driver-flag.patch | Implements deriving SAE key_mgmt capability from a driver flag. |
| recipes-connectivity/wpa-supplicant/files/defconfig | Enables SAE support in the build config. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
1. Add Header to patch 2. Remove CONFIG_SAE from bbappend. 3. Bump up the PR Signed-off-by: Arjun <arjun_daasuramdass@comcast.com>
|
I have read the CLA Document and I hereby sign the CLA |
Reason for change: Wpa-supplicant to read driver capability of SAE
Test Procedure: RDKE test WPA supplicant SAE
Priority: P1
Risks: Low
Change-Id: I71bcc5406837627d137805d9adbdec88f62c471e
Signed-off-by: Arjun arjun_daasuramdass@comcast.com