ソースを参照

qcacld-3.0: Send connect notification in case of non-mlo connection

when MLO is enabled the non-mlo connect notification are not getting
sent to the userspace in case of security association resulting in
the assoc timeout.

Send the connect notification in the SAP side and also release
the peer reference cleanly.

Change-Id: Id0f190be547c03f26c59a49cb8c4a74e1b90877c
CRs-Fixed: 3085979
Arun Kumar Khandavalli 3 年 前
コミット
1ed4574779
1 ファイル変更6 行追加1 行削除
  1. 6 1
      core/hdd/src/wlan_hdd_hostapd.c

+ 6 - 1
core/hdd/src/wlan_hdd_hostapd.c

@@ -1920,6 +1920,7 @@ QDF_STATUS hdd_hostapd_sap_event_cb(struct sap_event *sap_event,
 	uint8_t pdev_id;
 #ifdef WLAN_FEATURE_11BE_MLO
 	struct wlan_objmgr_peer *peer;
+	uint8_t *mld;
 #endif
 	bool notify_new_sta = true;
 
@@ -2418,10 +2419,14 @@ QDF_STATUS hdd_hostapd_sap_event_cb(struct sap_event *sap_event,
 				return QDF_STATUS_E_INVAL;
 			}
 
-			if (!wlan_peer_mlme_is_assoc_peer(peer)) {
+			mld = wlan_peer_mlme_get_mldaddr(peer);
+			if (!wlan_peer_mlme_is_assoc_peer(peer) &&
+			    !qdf_is_macaddr_zero((struct qdf_mac_addr *)mld)) {
 				hdd_err("skip userspace notification");
 				notify_new_sta = false;
 			}
+
+			wlan_objmgr_peer_release_ref(peer, WLAN_OSIF_ID);
 #endif
 		} else {
 			qdf_status = hdd_softap_register_sta(