fix driver get Association fail with FT-SAE

WLAN_AKM_SUITE_FT_OVER_SAE(0x000FAC09) is not processed in
rtw_cfg80211_set_key_mgt, which makes rtw_ft_validate_akm_type not set
RTW_FT_PEER_EN to ft_flags, and thus MDIE is not built in
rtw_ft_build_assoc_req_ies

Fix:
- Add WLAN_AKM_SUITE_FT_OVER_SAE into rtw_cfg80211_set_key_mgt check condition
- Add 9 into rtw_ft_valid_akm check condition
- Update driver version number to 277-9-6

Bug 5580277

Change-Id: I7cc987a9141dc65577dc20e804e92def10e9412e
Signed-off-by: Shaofu <shaofu@realtek.com>
Signed-off-by: Narayana Reddy P <narayanr@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3485741
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
Reviewed-by: Ashutosh Jha <ajha@nvidia.com>
Reviewed-by: Shobek Attupurath <sattupurath@nvidia.com>
This commit is contained in:
Shaofu
2025-11-07 17:24:38 +00:00
committed by mobile promotions
parent 422ec5c90a
commit e7201ee607
4 changed files with 23 additions and 7 deletions

View File

@@ -1 +1 @@
#define DRIVERVERSION "v1.19.16_nv-277-9-5-gffa42c96d.20251029_Certified_Module"
#define DRIVERVERSION "v1.19.16_nv-277-9-6-ga45134aae.20251107_Certified_Module"