diff options
Diffstat (limited to 'src/p2p/p2p_build.c')
-rw-r--r-- | src/p2p/p2p_build.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/p2p/p2p_build.c b/src/p2p/p2p_build.c index 2882c6ad02e7e..63eb2e84c3762 100644 --- a/src/p2p/p2p_build.c +++ b/src/p2p/p2p_build.c @@ -802,7 +802,7 @@ int p2p_build_wps_ie(struct p2p_data *p2p, struct wpabuf *buf, int pw_id, wpabuf_put_be16(buf, p2p->cfg->config_methods); } - if (wps_build_wfa_ext(buf, 0, NULL, 0) < 0) + if (wps_build_wfa_ext(buf, 0, NULL, 0, 0) < 0) return -1; if (all_attr && p2p->cfg->num_sec_dev_types) { |