From: Jouni Malinen Date: Sat, 12 Dec 2009 14:49:33 +0000 (+0200) Subject: WPS: Add display and keypad config methods for WPS ER X-Git-Tag: hostap_0_7_1~361 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c1a853438fa2db871c25ef1bf7e617d6ef004487;p=thirdparty%2Fhostap.git WPS: Add display and keypad config methods for WPS ER --- diff --git a/wpa_supplicant/wps_supplicant.c b/wpa_supplicant/wps_supplicant.c index b25e8df36..69df72d0b 100644 --- a/wpa_supplicant/wps_supplicant.c +++ b/wpa_supplicant/wps_supplicant.c @@ -1116,6 +1116,8 @@ int wpas_wps_er_start(struct wpa_supplicant *wpa_s) wps_er_refresh(wpa_s->wps_er); return 0; } + wpa_s->wps->config_methods |= WPS_CONFIG_DISPLAY; + wpa_s->wps->config_methods |= WPS_CONFIG_KEYPAD; wpa_s->wps_er = wps_er_init(wpa_s->wps, wpa_s->ifname); if (wpa_s->wps_er == NULL) return -1;