]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Configure PMKSA lifetime and reauth threshold timer to driver
authorVeerendranath Jakkam <vjakkam@codeaurora.org>
Mon, 23 Mar 2020 13:41:24 +0000 (19:11 +0530)
committerJouni Malinen <j@w1.fi>
Sat, 28 Mar 2020 15:27:42 +0000 (17:27 +0200)
commitbbf94a0958aa23fcd360d15035b222eb3f6662ad
tree646b2d442115017a1d5167ecd7fb9ec8c3469182
parent1f4e9946bcbb571c17e19bd124adbc8bab3f5270
nl80211: Configure PMKSA lifetime and reauth threshold timer to driver

Drivers that trigger roaming need to know the lifetime and reauth
threshold time of configured PMKSA so that they can trigger full
authentication to avoid unnecessary disconnection. To support this, send
dot11RSNAConfigPMKLifetime and dot11RSNAConfigPMKReauthThreshold values
configured in wpa_supplicant to the driver while configuring a PMKSA.

Signed-off-by: Veerendranath Jakkam <vjakkam@codeaurora.org>
src/drivers/driver.h
src/drivers/driver_nl80211.c
src/rsn_supp/pmksa_cache.c
src/rsn_supp/preauth.c
src/rsn_supp/wpa.h
src/rsn_supp/wpa_i.h
wpa_supplicant/preauth_test.c
wpa_supplicant/wpas_glue.c