]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[eap] Ignore any received EAP responses
authorMichael Brown <mcb30@ipxe.org>
Wed, 10 Jan 2024 15:28:59 +0000 (15:28 +0000)
committerMichael Brown <mcb30@ipxe.org>
Wed, 10 Jan 2024 16:02:32 +0000 (16:02 +0000)
commit0abb3e85e518c4d9366d4555093c0aff0c060858
treeca712109d5828b8653476207eb4628dcdb236772
parent4ed7a5718f29e59c19d6bef51dc3430861c9da87
[eap] Ignore any received EAP responses

EAP responses (including our own) may be broadcast by switches but are
not of interest to us and can be safely ignored if received.

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