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 cf68193..41d86f1 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;