WPS: Make Config Methods configurable for wpa_supplicant
authorJouni Malinen <jouni.malinen@atheros.com>
Mon, 21 Dec 2009 13:59:25 +0000 (15:59 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 21 Dec 2009 13:59:25 +0000 (15:59 +0200)
commitc0e4dd9eeb96fa39cc8bd6151fbf5a7a9cc46a97
treed376612ff9471a2b92ec23ef32a710d22a4435ca
parentb64576fcf511dc7f705708e6640bbef76ead4b7b
WPS: Make Config Methods configurable for wpa_supplicant

This adds config_methods configuration option for wpa_supplicant
following the design used in hostapd. In addition, the string is
now parsed in common code from src/wps/wps_common.c and the list
of configurable methods include all the defined methods from
WPS 1.0h spec.
hostapd/hostapd.conf
hostapd/wps_hostapd.c
src/wps/wps.h
src/wps/wps_common.c
src/wps/wps_enrollee.c
wpa_supplicant/config.c
wpa_supplicant/config.h
wpa_supplicant/config_file.c
wpa_supplicant/config_winreg.c
wpa_supplicant/wpa_supplicant.conf
wpa_supplicant/wps_supplicant.c