qcacmn: Add support to send PASN commands
Add support to send below PASN commands: WMI_RTT_PASN_AUTH_STATUS_CMD WMI_RTT_PASN_DEAUTH_CMD WMI_VDEV_SET_LTF_KEY_SEED_CMDID Change-Id: I5a50a634317d0a692feee5be5a36da22b4c5d713 CRs-Fixed: 3154530
This commit is contained in:

committed by
Madan Koyyalamudi

parent
e3e178489d
commit
b7fa703306
@@ -1,5 +1,6 @@
|
||||
/*
|
||||
* Copyright (c) 2019, 2021 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 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
|
||||
@@ -48,5 +49,17 @@ QDF_STATUS
|
||||
wmi_extract_install_key_comp_event(wmi_unified_t wmi_handle,
|
||||
void *evt_buf, uint32_t len,
|
||||
struct wmi_install_key_comp_event *param);
|
||||
|
||||
/**
|
||||
* wmi_send_vdev_set_ltf_key_seed_cmd - Set LTF key seed for PASN key
|
||||
* derivation.
|
||||
* @wmi: WMI handle
|
||||
* @data: LTF Keyseed data
|
||||
*
|
||||
* Return: QDF_STATUS
|
||||
*/
|
||||
QDF_STATUS
|
||||
wmi_send_vdev_set_ltf_key_seed_cmd(wmi_unified_t wmi,
|
||||
struct wlan_crypto_ltf_keyseed_data *data);
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user