mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-21 03:23:04 -05:00
P2P: Fix build after WSC 2.0 change to use WFA vendor extension
This commit is contained in:
parent
2d509b39b1
commit
2f837b41dc
@ -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: ? */
|
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);
|
p2p_buf_update_ie_hdr(buf, len);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user