|
@@ -1,6 +1,6 @@
|
|
|
/*
|
|
|
* Copyright (c) 2017-2021 The Linux Foundation. All rights reserved.
|
|
|
- * Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
+ * Copyright (c) 2021-2022 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
|
|
@@ -1345,6 +1345,7 @@ QDF_STATUS wlan_crypto_getkey(struct wlan_objmgr_vdev *vdev,
|
|
|
(uint8_t *)(&key->keyrsc[0]),
|
|
|
sizeof(req_key->keyrsc));
|
|
|
req_key->keylen = key->keylen;
|
|
|
+ req_key->keyix = key->keyix;
|
|
|
req_key->flags = key->flags;
|
|
|
cipher_table = (struct wlan_crypto_cipher *)key->cipher_table;
|
|
|
|