qcacld-3.0: Add support for SAE-PK roam scoring

SAE Public Key (SAE-PK) authentication is an extension of SAE. Host adds
support for SAE-PK APs roam score which host uses to select AP for initial
connection and roaming.

Change-Id: Id8c420950bb8c1d11db5a26aa860e280bcb672d1
CRs-Fixed: 2769372
This commit is contained in:
Abhishek Ambure
2020-09-03 18:05:48 +05:30
committato da snandini
parent 387298825a
commit 2813eaa802
4 ha cambiato i file con 11 aggiunte e 2 eliminazioni

Vedi File

@@ -1938,6 +1938,7 @@ struct wlan_mlme_wmm_params {
* @oce_wan_weightage: OCE WAN metrics weightage
* @oce_ap_tx_pwr_weightage: weightage based on ap tx power
* @oce_subnet_id_weightage: weightage based on subnet id
* @sae_pk_ap_weightage:SAE-PK AP weightage
*/
struct wlan_mlme_weight_config {
uint8_t rssi_weightage;
@@ -1953,6 +1954,7 @@ struct wlan_mlme_weight_config {
uint8_t oce_wan_weightage;
uint8_t oce_ap_tx_pwr_weightage;
uint8_t oce_subnet_id_weightage;
uint8_t sae_pk_ap_weightage;
};
/**