]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[wpa] Remove PMKID checking
authorJoshua Oreman <oremanj@rwcr.net>
Wed, 19 May 2010 03:39:32 +0000 (23:39 -0400)
committerMichael Brown <mcb30@ipxe.org>
Thu, 27 May 2010 00:18:25 +0000 (01:18 +0100)
commit723cfad316c1fa9b0333bbc0f2059283499525f0
tree25e43ff9e87aa0105c3b2d742e51a74c0a851671
parent83efb3d7503d5948fae42d64f95597182045ca04
[wpa] Remove PMKID checking

PMKID checking is an additional pre-check that helps detect invalid
passphrases before going through the full handshaking procedure. It
takes up some amount of code size, and is not necessary from a
security perspective. It also is implemented improperly by some
routers, which was causing iPXE to give spurious authentication
errors. Remove it for these reasons.

Signed-off-by: Joshua Oreman <oremanj@rwcr.net>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/net/80211/wpa.c