Browse Source

Add "keypad" to config methods for wpa_supplicant AP mode with WPS

Jouni Malinen 15 years ago
parent
commit
1078126f64
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wpa_supplicant/ap.c

+ 1 - 1
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;