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

Arend van Spriel arend
Wed Feb 26 03:18:24 PST 2014


On 02/26/2014 12:13 PM, Rahul Jain wrote:
> 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

Really?

> 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 {
> 




More information about the Hostap mailing list