ERP: Add optional EAP-Initiate/Re-auth-Start transmission
hostapd can now be configured to transmit EAP-Initiate/Re-auth-Start before EAP-Request/Identity to try to initiate ERP. This is disabled by default and can be enabled with erp_send_reauth_start=1 and optional erp_reauth_start_domain=<domain>. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
19e2b3b6ba
commit
2a5156a66c
11 changed files with 169 additions and 23 deletions
|
@ -425,6 +425,7 @@ void hostapd_config_free_bss(struct hostapd_bss_config *conf)
|
|||
os_free(conf->eap_user_sqlite);
|
||||
|
||||
os_free(conf->eap_req_id_text);
|
||||
os_free(conf->erp_domain);
|
||||
os_free(conf->accept_mac);
|
||||
os_free(conf->deny_mac);
|
||||
os_free(conf->nas_identifier);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue