]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P: Fix persistent group for 60 GHz networks
authorLior David <qca_liord@qca.qualcomm.com>
Wed, 23 Mar 2016 16:44:10 +0000 (18:44 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 25 Mar 2016 16:40:56 +0000 (18:40 +0200)
commitf347429cf160140b74a1b2f1af0e506bd52c91ba
tree53b0cf5b06a06b40d8210457457eb7a2912c664c
parente86859929fd5e0fcc733192b1db7af2f6315af36
P2P: Fix persistent group for 60 GHz networks

Fix two problems with storage of 60 GHz P2P persistent groups:
1. pbss flag was not stored in the network block.
2. When recreating the persistent group from storage,
in addition to the missing pbss flag, the pairwise_cipher and
group_cipher were initialized to CCMP which does not work
in 60 GHz since the default in 60 GHz should be GCMP.

Signed-off-by: Lior David <qca_liord@qca.qualcomm.com>
wpa_supplicant/p2p_supplicant.c