|
@@ -1,6 +1,6 @@
|
|
|
/*
|
|
|
* Copyright (c) 2012-2021, The Linux Foundation. All rights reserved.
|
|
|
- * Copyright (c) 2021-2022, Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
+ * Copyright (c) 2021-2023, Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
*
|
|
|
* Permission to use, copy, modify, and/or distribute this software for any
|
|
|
* purpose with or without fee is hereby granted, provided that the above
|
|
@@ -1419,6 +1419,7 @@ hdd_cm_connect_success_pre_user_update(struct wlan_objmgr_vdev *vdev,
|
|
|
hdd_wmm_assoc(adapter, false, uapsd_mask);
|
|
|
|
|
|
if (!rsp->is_wps_connection &&
|
|
|
+ !rsp->is_osen_connection &&
|
|
|
(sta_ctx->conn_info.auth_type == eCSR_AUTH_TYPE_NONE ||
|
|
|
sta_ctx->conn_info.auth_type == eCSR_AUTH_TYPE_OPEN_SYSTEM ||
|
|
|
sta_ctx->conn_info.auth_type == eCSR_AUTH_TYPE_SHARED_KEY ||
|