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

Support Extended Key ID in hostapd according to IEEE Std 802.11-2016.

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 an AP to serve STAs with and without Extended Key
ID support in the same BSS.

Signed-off-by: Alexander Wetzel <alexander@wetzel-home.de>
hostapd/config_file.c
hostapd/ctrl_iface.c
hostapd/hostapd.conf
src/ap/ap_config.h
src/ap/wpa_auth.c
src/ap/wpa_auth.h
src/ap/wpa_auth_ft.c
src/ap/wpa_auth_glue.c
src/ap/wpa_auth_i.h
src/ap/wpa_auth_ie.c