diff options
Diffstat (limited to 'src/wps/wps_defs.h')
-rw-r--r-- | src/wps/wps_defs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wps/wps_defs.h b/src/wps/wps_defs.h index a23b979d2e3c7..301864da433d0 100644 --- a/src/wps/wps_defs.h +++ b/src/wps/wps_defs.h @@ -14,6 +14,10 @@ extern int wps_version_number; extern int wps_testing_dummy_cred; extern int wps_corrupt_pkhash; +extern int wps_force_auth_types_in_use; +extern u16 wps_force_auth_types; +extern int wps_force_encr_types_in_use; +extern u16 wps_force_encr_types; #define WPS_VERSION wps_version_number #else /* CONFIG_WPS_TESTING */ |