WPS: Fix ER PBC overlap detection build with P2P changes
authorJouni Malinen <jouni.malinen@atheros.com>
Thu, 29 Jul 2010 17:44:11 +0000 (10:44 -0700)
committerJouni Malinen <j@w1.fi>
Thu, 9 Sep 2010 14:17:21 +0000 (07:17 -0700)
src/wps/wps_er.c

index da19600..d51d53b 100644 (file)
@@ -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);
 }