From: Jouni Malinen Date: Mon, 21 Dec 2009 09:51:31 +0000 (+0200) Subject: Add "keypad" to config methods for wpa_supplicant AP mode with WPS X-Git-Tag: hostap_0_7_1~264 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1078126f6460d75b7be0c13ec7f61634c10c32ed;p=thirdparty%2Fhostap.git Add "keypad" to config methods for wpa_supplicant AP mode with WPS --- diff --git a/wpa_supplicant/ap.c b/wpa_supplicant/ap.c index cf681938b..41d86f1c9 100644 --- a/wpa_supplicant/ap.c +++ b/wpa_supplicant/ap.c @@ -391,7 +391,7 @@ static int wpa_supplicant_conf_ap(struct wpa_supplicant *wpa_s, bss->eap_server = 1; bss->wps_state = 2; bss->ap_setup_locked = 1; - bss->config_methods = os_strdup("display push_button"); + bss->config_methods = os_strdup("display push_button keypad"); #endif /* CONFIG_WPS */ return 0;