EAP-TLS: Testing functionality to skip protected success indication
This server side testing functionality can be used to test EAP-TLSv1.3 peer behavior. Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
95fd54b862
commit
7114e56060
8 changed files with 30 additions and 0 deletions
|
@ -331,6 +331,9 @@ struct hostapd_bss_config {
|
|||
int eap_reauth_period;
|
||||
int erp_send_reauth_start;
|
||||
char *erp_domain;
|
||||
#ifdef CONFIG_TESTING_OPTIONS
|
||||
bool eap_skip_prot_success;
|
||||
#endif /* CONFIG_TESTING_OPTIONS */
|
||||
|
||||
enum macaddr_acl {
|
||||
ACCEPT_UNLESS_DENIED = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue