aboutsummaryrefslogtreecommitdiffstats
path: root/src/ap/Makefile
diff options
context:
space:
mode:
authorJouni Malinen <j@w1.fi>2017-09-22 14:59:13 +0300
committerIvan Kutepov <its.kutepov@gmail.com>2017-10-19 21:53:12 +0300
commit4ecf487814046663edbc14a405407e891939a981 (patch)
tree665948ae8735b45d0bed012cff4b4af984381fed /src/ap/Makefile
parenta270e3524539a3364cde70384b178b3890a130ba (diff)
downloadandroid_external_wpa_supplicant_8-4ecf487814046663edbc14a405407e891939a981.tar.gz
android_external_wpa_supplicant_8-4ecf487814046663edbc14a405407e891939a981.tar.bz2
android_external_wpa_supplicant_8-4ecf487814046663edbc14a405407e891939a981.zip
Remove all PeerKey functionality
This was originally added to allow the IEEE 802.11 protocol to be tested, but there are no known fully functional implementations based on this nor any known deployments of PeerKey functionality. Furthermore, PeerKey design in the IEEE Std 802.11-2016 standard has already been marked as obsolete for DLS and it is being considered for complete removal in REVmd. This implementation did not really work, so it could not have been used in practice. For example, key configuration was using incorrect algorithm values (WPA_CIPHER_* instead of WPA_ALG_*) which resulted in mapping to an invalid WPA_ALG_* value for the actual driver operation. As such, the derived key could not have been successfully set for the link. Since there are bugs in this implementation and there does not seem to be any future for the PeerKey design with DLS (TDLS being the future for DLS), the best approach is to simply delete all this code to simplify the EAPOL-Key handling design and to get rid of any potential issues if these code paths were accidentially reachable. Change-Id: I10294a9ef31c46a27416a6063255939dcedc57d5 Signed-off-by: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'src/ap/Makefile')
-rw-r--r--src/ap/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ap/Makefile b/src/ap/Makefile
index 98788fef..d67405f8 100644
--- a/src/ap/Makefile
+++ b/src/ap/Makefile
@@ -45,7 +45,6 @@ LIB_OBJS= \
ieee802_1x.o \
ndisc_snoop.o \
p2p_hostapd.o \
- peerkey_auth.o \
pmksa_cache_auth.o \
preauth_auth.o \
sta_info.o \