|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (c) 2012-2020 The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 2012-2021 The Linux Foundation. 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
|
|
@@ -159,12 +159,13 @@ static inline QDF_STATUS os_if_nan_set_ndp_delete_transaction_id(
|
|
|
* os_if_process_nan_req: os_if api to handle NAN requests attached to the
|
|
|
* vendor command QCA_NL80211_VENDOR_SUBCMD_NAN_EXT
|
|
|
* @psoc: pointer to psoc object
|
|
|
+ * @vdev_id: NAN vdev id
|
|
|
* @data: request data. contains vendor cmd tlvs
|
|
|
* @data_len: length of data
|
|
|
*
|
|
|
* Return: status of operation
|
|
|
*/
|
|
|
-int os_if_process_nan_req(struct wlan_objmgr_psoc *psoc,
|
|
|
+int os_if_process_nan_req(struct wlan_objmgr_psoc *psoc, uint8_t vdev_id,
|
|
|
const void *data, int data_len);
|
|
|
#else
|
|
|
|