[PATCH] Hex Value should be instead of Decimal value as per the P2P Technical Specifications
Rahul Jain
rahul.jain
Wed Feb 26 03:31:34 PST 2014
hi Arend,
In P2P Specifications, line "WFA Vendor Extension attribute is a Vendor Extension attribute (ID 0x1049) that uses
Vendor ID 0x00372A and contains one or more subelements" is mentioned
It is good if we follow the specifications in general. It will create less confusion.
Thanks
-Rahul
------- Original Message -------
Sender : Arend van Spriel<arend at broadcom.com>
Date : Feb 26, 2014 16:48 (GMT+05:30)
Title : Re: [PATCH] Hex Value should be instead of Decimal value as per the P2P Technical Specifications
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
> 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
> ---
> 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 {
>
Thanks
-Rahul Jain
More information about the Hostap
mailing list