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

Rahul Jain rahul.jainatsamsung.com
Wed Feb 26 03:11:31 PST 2014


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