]> git.ipfire.org Git - thirdparty/hostap.git/commit
SAE: Do not send PMKID to the driver if PMKSA caching is disabled
authorSrinivas Dasari <dasaris@codeaurora.org>
Thu, 16 May 2019 09:31:14 +0000 (15:01 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 31 May 2019 13:52:15 +0000 (16:52 +0300)
commit14d85a5af7fe74682033dbe50891c42e9ffa8c0d
tree6885f036829b10bfa87f714920f5ee887f8fc764
parentfb6ebd1cedf34609b737555b3f12f0e50ce8ac02
SAE: Do not send PMKID to the driver if PMKSA caching is disabled

External auth status to the driver includes the PMKID derived as part of
SAE authentication, but this is not valid if PMKSA caching is disabled.
Drivers might not be expecting PMKID when it is not valid. Do not send
the PMKID to the driver in such cases.

Signed-off-by: Srinivas Dasari <dasaris@codeaurora.org>
src/ap/ieee802_11.c