EAP-SIM/AKA server: Configurable limit to fast re-authentication
Allow the EAP-SIM/AKA server to be configured to use a smaller limit for the number of times fast re-authentication can be used before falling back to running full authentication. This is particularly useful for EAP peer testing to cover cases when falling back from fast re-authentication to full authentication in various different cases. Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
c6268e103f
commit
ec6acdbb6b
8 changed files with 62 additions and 2 deletions
|
@ -448,6 +448,7 @@ struct hostapd_bss_config {
|
|||
int eap_sim_aka_result_ind;
|
||||
int eap_sim_id;
|
||||
char *imsi_privacy_key;
|
||||
int eap_sim_aka_fast_reauth_limit;
|
||||
int tnc;
|
||||
int fragment_size;
|
||||
u16 pwd_group;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue