[PATCH] Hex Value should be instead of Decimal value as per the P2P Technical Specifications

Rahul Jain rahul.jain at samsung.com
Wed Feb 26 06:13:53 EST 2014


hi, 

Please review

From 13e5828fcc886c418b276d4ed9afb4783d1a43d8 Mon Sep 17 00:00:00 2001
From: Rahul Jain <rahul.jain at samsung.com>
Date: Wed, 26 Feb 2014 16:41:31 +0530
Subject: [PATCH] Hex Value should be instead of Decimal value as per the P2P
 Technical Specifications


Signed-off-by: Rahul Jain <rahul.jain at samsung.com>
---
 src/wps/wps_defs.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/wps/wps_defs.h b/src/wps/wps_defs.h
index 6f8a49f..614c398 100644
--- a/src/wps/wps_defs.h
+++ b/src/wps/wps_defs.h
@@ -138,7 +138,7 @@ enum wps_attribute {
 	ATTR_EXTENSIBILITY_TEST = 0x10fa /* _NOT_ defined in the spec */
 };
 
-#define WPS_VENDOR_ID_WFA 14122
+#define WPS_VENDOR_ID_WFA 0x372A
 
 /* WFA Vendor Extension subelements */
 enum {
-- 
1.7.9.5



Thanks
-Rahul Jain


More information about the HostAP mailing list