]> git.ipfire.org Git - thirdparty/hostap.git/commit
mesh: Relocate RSN initialization
authorPeter Oh <peter.oh@bowerswilkins.com>
Mon, 27 Aug 2018 21:28:37 +0000 (14:28 -0700)
committerJouni Malinen <j@w1.fi>
Thu, 3 Jan 2019 10:36:34 +0000 (12:36 +0200)
commit4b5453ceddbed5f131f6422ea4e1156fd9280b8f
treee66e6f980482cf2333a0fae060f87f960e797fd5
parent0daa7b75facd6fd36564911b2b0dc79cf48bd84d
mesh: Relocate RSN initialization

RSN initialization should work together with mesh join when it's used.
Since mesh join could be called at a different stage if DFS channel is
used, relocate the RSN initialization call to mesh join. It is still the
same call flow of mesh join before this if non-DFS channels are used,
hence no significant side effect will occur.

Signed-off-by: Peter Oh <peter.oh@bowerswilkins.com>
wpa_supplicant/mesh.c