]> git.ipfire.org Git - thirdparty/hostap.git/commit
Check for LEAP before doing FT
authorMatthew Wang <matthewmwang@chromium.org>
Thu, 8 Aug 2019 20:02:12 +0000 (13:02 -0700)
committerJouni Malinen <j@w1.fi>
Sun, 11 Aug 2019 15:04:24 +0000 (18:04 +0300)
commitdd0153fced53b1dabe63278c746db9deb1a51512
treefc02f8c59bd9d939023ee61c9b0af7a4f30c358c
parentba2d5f3642fd97661d90357f00577b77b1368eb7
Check for LEAP before doing FT

According to https://www.cisco.com/c/en/us/td/docs/wireless/controller/technotes/80211r-ft/b-80211r-dg.html
Cisco does not support EAP-LEAP with Fast Transition. Here,
we check for LEAP before selecting FT 802.1X key management
suite.

Signed-off-by: Matthew Wang <matthewmwang@chromium.org>
wpa_supplicant/wpa_supplicant.c