qcacld-3.0: Allow roaming between same OWE profile AP's

Currently, firmware can roam between owe security SSID's
even though open SSID is different for both of the AP's.
This commit adds support to restrict roaming between the
same OWE profile AP's which means if the device needs to
roam then target AP's open SSID and owe SSID should match
with current AP.

Change-Id: Ib59127a90cab9ee6626b018d581edbf76ad89856
CRs-Fixed: 3025667
Tento commit je obsažen v:
abhinav kumar
2021-08-27 17:56:05 +05:30
odevzdal Madan Koyyalamudi
rodič 24c3e1a25e
revize 04389c608d
7 změnil soubory, kde provedl 186 přidání a 1 odebrání

Zobrazit soubor

@@ -35,6 +35,13 @@
#define OWE_TRANSITION_OUI_TYPE "\x50\x6f\x9a\x1c"
#define OWE_TRANSITION_OUI_SIZE 4
/**
* EID_VENDOR| IE_LEN | OUI |OUI_TYPE| OWE transition BSSID|SSID_LEN| SSID |
* (1) | (1) | (3) | (1) | (6) | (1) |(SSID_LEN)|
*/
#define OWE_SSID_LEN_OFFSET 12
#define OWE_SSID_OFFSET 13
#define CFG_PMKID_MODES_OKC (0x1)
#define CFG_PMKID_MODES_PMKSA_CACHING (0x2)