qcacld-3.0: Support transmit addr for roam pre-auth
When roam from SAE legacy to SAE MLO, pre-auth TA is MLD address, while peer AP expects link address, pre-auth fails. Parse transmit address field from firmware roam_preauth_start_event and include it when send NL80211_EXTERNAL_AUTH_START to wpa supplicant for SAE roaming cases. If transmit address is all zeros, wpa_supplicant will not do ML sae auth, use MLD address as TA. If transmit address is not zeros, wpa_supplicant will do ML sae auth, use 'transmit address' as TA. Since self peer is created with mld address, when roam from legacy to MLO, try to get peer by mld address during pre-auth tx since bss peer absent, or TX fails for no peer. Change-Id: I99ed846e94165bfe01e1d1e8c620f035751c7056 CRs-Fixed: 3289987
This commit is contained in:

committed by
Madan Koyyalamudi

orang tua
815b1c0827
melakukan
76b7b34cdd
@@ -223,6 +223,7 @@ struct wlan_mlme_roaming_config {
|
||||
* @roam_config: Roaming configurations structure
|
||||
* @sae_single_pmk: Details for sae roaming using single pmk
|
||||
* @set_pmk_pending: RSO update status of PMK from set_key
|
||||
* @sae_auth_ta: SAE pre-auth tx address
|
||||
*/
|
||||
struct wlan_mlme_roam {
|
||||
struct wlan_mlme_roam_state_info roam_sm;
|
||||
@@ -231,6 +232,7 @@ struct wlan_mlme_roam {
|
||||
struct wlan_mlme_sae_single_pmk sae_single_pmk;
|
||||
#endif
|
||||
bool set_pmk_pending;
|
||||
struct qdf_mac_addr sae_auth_ta;
|
||||
};
|
||||
|
||||
#ifdef WLAN_FEATURE_MSCS
|
||||
|
Reference in New Issue
Block a user