aboutsummaryrefslogtreecommitdiffstats
path: root/src/wps/wps.h
diff options
context:
space:
mode:
authorJouni Malinen <jouni.malinen@atheros.com>2010-10-14 20:49:54 +0300
committerJouni Malinen <j@w1.fi>2010-10-14 20:49:54 +0300
commit81611b95ff786db2a7fb86cea2f34e7dc5bee07a (patch)
treefeb85f297dffb02e44d3da813adcc910233b2724 /src/wps/wps.h
parentd054a4622c97848c5aaa328e1bc0d5e9d7c6855f (diff)
downloadexternal_wpa_supplicant_8_ti-81611b95ff786db2a7fb86cea2f34e7dc5bee07a.zip
external_wpa_supplicant_8_ti-81611b95ff786db2a7fb86cea2f34e7dc5bee07a.tar.gz
external_wpa_supplicant_8_ti-81611b95ff786db2a7fb86cea2f34e7dc5bee07a.tar.bz2
WPS: Add Config Error into WPS-FAIL events
This makes it easier to figure out what could have failed in the WPS protocol and potentially provide more information for the user on how to resolve the issue.
Diffstat (limited to 'src/wps/wps.h')
-rw-r--r--src/wps/wps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wps/wps.h b/src/wps/wps.h
index f306255..a4b7323 100644
--- a/src/wps/wps.h
+++ b/src/wps/wps.h
@@ -450,6 +450,7 @@ union wps_event_data {
*/
struct wps_event_fail {
int msg;
+ u16 config_error;
} fail;
struct wps_event_pwd_auth_fail {