WPS 2.0: Add virtual/physical display and pushbutton config methods

This commit is contained in:
Jouni Malinen 2009-12-23 01:21:12 +02:00 committed by Jouni Malinen
parent 662bd57522
commit 6a857074f4
7 changed files with 81 additions and 16 deletions

View file

@ -302,9 +302,12 @@ struct wpa_config {
* config_methods - Config Methods
*
* This is a space-separated list of supported WPS configuration
* methods. For example, "label display push_button keypad".
* methods. For example, "label virtual_display virtual_push_button
* keypad".
* Available methods: usba ethernet label display ext_nfc_token
* int_nfc_token nfc_interface push_button keypad.
* int_nfc_token nfc_interface push_button keypad
* virtual_display physical_display
* virtual_push_button physical_push_button.
*/
char *config_methods;

View file

@ -199,8 +199,9 @@ fast_reauth=1
# Config Methods
# List of the supported configuration methods
# Available methods: usba ethernet label display ext_nfc_token int_nfc_token
# nfc_interface push_button keypad
#config_methods=label display push_button keypad
# nfc_interface push_button keypad virtual_display physical_display
# virtual_push_button physical_push_button
#config_methods=label virtual_display virtual_push_button keypad
# Credential processing
# 0 = process received credentials internally (default)