mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-25 00:38:24 -05:00
Add "keypad" to config methods for wpa_supplicant AP mode with WPS
This commit is contained in:
parent
b22b41ee87
commit
1078126f64
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user