diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2019-08-22 02:58:49 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2019-08-22 02:58:49 +0000 |
| commit | 61ba7d6203bdf21c1e14dda217e1bcbe7b35abf6 (patch) | |
| tree | 1a98b35c0a77ae6d183c5ad2e1f4322ad057f642 /src/radius/radius_server.h | |
| parent | 6e6d0eb51ef7b7487340bae7f20097ee5a57dbf4 (diff) | |
Notes
Diffstat (limited to 'src/radius/radius_server.h')
| -rw-r--r-- | src/radius/radius_server.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/radius/radius_server.h b/src/radius/radius_server.h index 53728f9d7bf27..54896946eca96 100644 --- a/src/radius/radius_server.h +++ b/src/radius/radius_server.h @@ -128,6 +128,9 @@ struct radius_server_conf { */ int pac_key_refresh_time; + int eap_teap_auth; + int eap_teap_pac_no_inner; + /** * eap_sim_aka_result_ind - EAP-SIM/AKA protected success indication * @@ -136,6 +139,8 @@ struct radius_server_conf { */ int eap_sim_aka_result_ind; + int eap_sim_id; + /** * tnc - Trusted Network Connect (TNC) * |
