]> git.ipfire.org Git - thirdparty/hostap.git/commit
ERP: Add optional EAP-Initiate/Re-auth-Start transmission
authorJouni Malinen <j@w1.fi>
Sat, 29 Nov 2014 18:33:09 +0000 (20:33 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 4 Dec 2014 10:08:56 +0000 (12:08 +0200)
commit2a5156a66c27dc36b155d0157798a81fe120efc9
tree055208e8fad4ba23dede29df2f797cea5b900676
parent19e2b3b6bab817ba87c2cdde91bd1c59c5538b5f
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>
hostapd/config_file.c
hostapd/hostapd.conf
src/ap/ap_config.c
src/ap/ap_config.h
src/ap/ieee802_1x.c
src/eap_server/eap.h
src/eap_server/eap_i.h
src/eap_server/eap_server.c
src/eapol_auth/eapol_auth_sm.c
src/eapol_auth/eapol_auth_sm.h
src/radius/radius_server.c