[PATCH] Use P2P_IE_VENDOR_TYPE instead of combination of OUI_WFA and P2P_OUI_TYPE
Jouni Malinen
j
Tue Feb 25 05:46:07 PST 2014
On Tue, Feb 25, 2014 at 12:02:07PM +0000, Rahul Jain wrote:
> Subject: [PATCH] Use P2P_IE_VENDOR_TYPE instead of combination of OUI_WFA and
> P2P_OUI_TYPE
> diff --git a/src/p2p/p2p_build.c b/src/p2p/p2p_build.c
> @@ -17,8 +17,7 @@
> void p2p_buf_add_action_hdr(struct wpabuf *buf, u8 subtype, u8 dialog_token)
> {
> wpabuf_put_u8(buf, WLAN_ACTION_VENDOR_SPECIFIC);
> - wpabuf_put_be24(buf, OUI_WFA);
> - wpabuf_put_u8(buf, P2P_OUI_TYPE);
> + wpabuf_put_be32(buf, P2P_IE_VENDOR_TYPE);
Why? I don't see much of a practical difference with this, but the
commit here would leave number of places within src/p2p still using the
OUI_WFA + P2P_OUI_TYPE combination, so this does not seem to make this
any more consistent that it is today.
I guess it could be justifiable to make this consistent, but in that
case, I'd expect the changes to go through all files in hostap.git and
likely also to remove P2P_OUI_TYPE define at the same time.
--
Jouni Malinen PGP id EFC895FA
More information about the Hostap
mailing list