]> git.ipfire.org Git - thirdparty/hostap.git/commit
STA: Support Extended Key ID
authorAlexander Wetzel <alexander@wetzel-home.de>
Fri, 20 Mar 2020 19:04:32 +0000 (20:04 +0100)
committerJouni Malinen <j@w1.fi>
Mon, 23 Mar 2020 09:47:31 +0000 (11:47 +0200)
commitb17b7a8e53f28aed746518321ecd302d0c260971
treeb6d95688bbbb6be9c8cdf17e3b0077ea25aaa1d2
parent862aac1fcd20b1136f926c16afb21cfa1defb157
STA: Support Extended Key ID

Support Extended Key ID in wpa_supplicant according to
IEEE Std 802.11-2016 for infrastructure (AP) associations.

Extended Key ID allows to rekey pairwise keys without the otherwise
unavoidable MPDU losses on a busy link. The standard is fully backward
compatible, allowing STAs to also connect to APs not supporting it.

Signed-off-by: Alexander Wetzel <alexander@wetzel-home.de>
17 files changed:
src/rsn_supp/wpa.c
src/rsn_supp/wpa.h
src/rsn_supp/wpa_ft.c
src/rsn_supp/wpa_i.h
src/rsn_supp/wpa_ie.c
wpa_supplicant/ap.c
wpa_supplicant/config.c
wpa_supplicant/config.h
wpa_supplicant/config_file.c
wpa_supplicant/config_winreg.c
wpa_supplicant/ctrl_iface.c
wpa_supplicant/dbus/dbus_new_handlers.c
wpa_supplicant/driver_i.h
wpa_supplicant/wpa_cli.c
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpa_supplicant.conf
wpa_supplicant/wpas_glue.c