Files
android_kernel_samsung_sm86…/components/mlme
Vinod Kumar Pirla da746fb4d7 qcacld-3.0: Introduce INI/API to fetch OEM EHT config
Introduce INI to allow OEM vendor to configure driver
to connect to various EHT/MLO configuration APs which
are not allowed by default.

The vendor has to specify which APs to be allowed to
connect in EHT/MLO as a bitmap.

The list of configuration allowed are:
    1) Connect to WPA2-PSK APs without PMF in EHT only
    2) Connect to WPA2-PSK APs without PMF in MLO
    3) Connect to WPA2-PSK APs with PMF in EHT only
    4) Connect to WPA2-PSK APs with PMF in MLO
    5) Connect to WPA2-SAE APs without H2E in EHT only
    6) Connect to WPA2-SAE APs without H2E in MLO

Vendors may chose to connect in 802.11be without MLO
and to facilitate such configuration, the following
API is enhanced to take additional argument on whether
the given candidate can allow MLO or only EHT.
    API: wlan_cm_is_eht_allowed_for_current_security()

Change-Id: I3ea1cc0b2c7ba96d1b25aba7bc851773edf27bd8
CRs-Fixed: 3693810
2024-01-11 13:08:45 -08:00
..