]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Add "keypad" to config methods for wpa_supplicant AP mode with WPS
authorJouni Malinen <jouni.malinen@atheros.com>
Mon, 21 Dec 2009 09:51:31 +0000 (11:51 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 21 Dec 2009 09:51:31 +0000 (11:51 +0200)
wpa_supplicant/ap.c

index cf681938b99af26cb6189f5db0a0e654a0cd5bb7..41d86f1c986ccf3198adaea55d8b606c48c0bcd7 100644 (file)
@@ -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;