From: Jouni Malinen Date: Thu, 29 Jul 2010 17:51:49 +0000 (-0700) Subject: P2P: Fix build after WSC 2.0 change to use WFA vendor extension X-Git-Tag: hostap-1-bp~1087 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f837b41dc07dc992fbe3e4e2c9f56df67e4183e;p=thirdparty%2Fhostap.git P2P: Fix build after WSC 2.0 change to use WFA vendor extension --- diff --git a/src/p2p/p2p_build.c b/src/p2p/p2p_build.c index c45ae8987..984697619 100644 --- a/src/p2p/p2p_build.c +++ b/src/p2p/p2p_build.c @@ -383,7 +383,7 @@ void p2p_build_wps_ie(struct p2p_data *p2p, struct wpabuf *buf, u16 pw_id, wpabuf_put_be16(buf, 0); /* FIX: ? */ } - wps_build_version2(buf); + wps_build_wfa_ext(buf, 0, NULL, 0); p2p_buf_update_ie_hdr(buf, len); }