qcacld-3.0: Add support for WPA3 SuiteB roaming

This commit enables support for SuiteB roaming for SHA384.
Based on the WPA3 SuiteB roam service capability advertisement
received from Firmware, we enable the support in Host.

Change-Id: Iab4e6bfc9c8ba7d604c2720c8cb848fce40dd6b4
CRs-Fixed: 2685975
This commit is contained in:
Srikanth Marepalli
2020-05-02 20:52:32 +05:30
committed by nshrivas
parent 308c352957
commit ec2675cd04
4 changed files with 21 additions and 0 deletions

View File

@@ -1443,6 +1443,7 @@ struct bss_load_trigger {
#define AKM_FT_FILS 2
#define AKM_SAE 3
#define AKM_OWE 4
#define AKM_SUITEB 5
#define LFR3_STA_ROAM_DISABLE_BY_P2P BIT(0)
#define LFR3_STA_ROAM_DISABLE_BY_NAN BIT(1)