Add "keypad" to config methods for wpa_supplicant AP mode with WPS
This commit is contained in:
parent
b22b41ee87
commit
1078126f64
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ static int wpa_supplicant_conf_ap(struct wpa_supplicant *wpa_s,
|
||||||
bss->eap_server = 1;
|
bss->eap_server = 1;
|
||||||
bss->wps_state = 2;
|
bss->wps_state = 2;
|
||||||
bss->ap_setup_locked = 1;
|
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 */
|
#endif /* CONFIG_WPS */
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in a new issue