]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[eap] Define a supplicant model for EAP and EAPoL
authorMichael Brown <mcb30@ipxe.org>
Fri, 15 Sep 2023 15:10:07 +0000 (16:10 +0100)
committerMichael Brown <mcb30@ipxe.org>
Mon, 18 Sep 2023 11:07:28 +0000 (12:07 +0100)
commit56cc61a168820c7cbbe23418388129ec11699a8c
tree270bd1ea47e8e3235595e99500927803d5e29a2d
parentcac3a584dc8acea1522669f1ed16e0979fb92252
[eap] Define a supplicant model for EAP and EAPoL

Extend the EAP model to include a record of whether or not EAP
authentication has completed (successfully or otherwise), and to
provide a method for transmitting EAP responses.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/eap.h
src/include/ipxe/eapol.h
src/net/80211/wpa.c
src/net/eap.c
src/net/eapol.c