]> git.ipfire.org Git - thirdparty/hostap.git/commit
OWE: Update connect params with new DH attributes to the driver
authorSunil Dutt <usdutt@codeaurora.org>
Thu, 25 Jul 2019 06:40:57 +0000 (12:10 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 16 Aug 2019 12:31:10 +0000 (15:31 +0300)
commite0b331d896cb4e8bac6b02159910a4bd4a6d090d
treece575524ad6d3a436342a57bef327328e5f25bc9
parentc574a3ff1804351756daca09fa5a96afc8c96a87
OWE: Update connect params with new DH attributes to the driver

A new DH public key is sent through this interface to the driver after
every successful connection/roam to a BSS. This helps to do OWE roaming
to a new BSS with drivers that implement SME/MLME operations during
roaming.

This updated DH IEs are added in the subsequent (Re)Association Request
frame sent by the station when roaming. The DH IE from the roamed AP is
given to wpa_supplicant in the roam result event. wpa_supplicant shall
further process these DH IEs to generate the PMK for the 4-way
handshake.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
wpa_supplicant/wpa_supplicant.c