summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/marvell/libertas/types.h
diff options
context:
space:
mode:
authorDoug Brown <doug@schmorgal.com>2023-01-22 21:31:31 -0800
committerKalle Valo <kvalo@kernel.org>2023-02-13 17:13:56 +0200
commit5fb2a7854a9e6cad3f665cf290864c858cbc68d5 (patch)
tree67dfa4518b6553b64ecdbead55b5eba3ca09c61b /drivers/net/wireless/marvell/libertas/types.h
parent57db1ba357368b4de0ed3ede334a83929febb5d0 (diff)
wifi: libertas: add new TLV type for WPS enrollee IE
Add a define for the TLV type that will be used to add WPS enrollee information to probe requests. Suggested-by: Dan Williams <dcbw@redhat.com> Signed-off-by: Doug Brown <doug@schmorgal.com> Signed-off-by: Kalle Valo <kvalo@kernel.org> Link: https://lore.kernel.org/r/20230123053132.30710-4-doug@schmorgal.com
Diffstat (limited to 'drivers/net/wireless/marvell/libertas/types.h')
-rw-r--r--drivers/net/wireless/marvell/libertas/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/marvell/libertas/types.h b/drivers/net/wireless/marvell/libertas/types.h
index de60becaac12..bad38d312d0d 100644
--- a/drivers/net/wireless/marvell/libertas/types.h
+++ b/drivers/net/wireless/marvell/libertas/types.h
@@ -93,6 +93,7 @@ union ieee_phy_param_set {
#define TLV_TYPE_TSFTIMESTAMP (PROPRIETARY_TLV_BASE_ID + 19)
#define TLV_TYPE_RSSI_HIGH (PROPRIETARY_TLV_BASE_ID + 22)
#define TLV_TYPE_SNR_HIGH (PROPRIETARY_TLV_BASE_ID + 23)
+#define TLV_TYPE_WPS_ENROLLEE (PROPRIETARY_TLV_BASE_ID + 27)
#define TLV_TYPE_AUTH_TYPE (PROPRIETARY_TLV_BASE_ID + 31)
#define TLV_TYPE_MESH_ID (PROPRIETARY_TLV_BASE_ID + 37)
#define TLV_TYPE_OLD_MESH_ID (PROPRIETARY_TLV_BASE_ID + 291)