From: Jouni Malinen Date: Thu, 29 Jul 2010 17:44:11 +0000 (-0700) Subject: WPS: Fix ER PBC overlap detection build with P2P changes X-Git-Tag: hostap-1-bp~1088 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d509b39b163ea208fb24891fac41af16b99f729;p=thirdparty%2Fhostap.git WPS: Fix ER PBC overlap detection build with P2P changes --- diff --git a/src/wps/wps_er.c b/src/wps/wps_er.c index da1960056..d51d53ba3 100644 --- a/src/wps/wps_er.c +++ b/src/wps/wps_er.c @@ -763,7 +763,7 @@ static void wps_er_process_wlanevent_probe_req(struct wps_er_ap *ap, } wps_er_add_sta_data(ap, addr, &attr, 1); - wps_registrar_probe_req_rx(ap->er->wps->registrar, addr, msg); + wps_registrar_probe_req_rx(ap->er->wps->registrar, addr, msg, 0); }