]> git.ipfire.org Git - thirdparty/hostap.git/commit
P2P: Save group common frequencies in invitation result
authorIlan Peer <ilan.peer@intel.com>
Mon, 7 Jul 2014 11:21:01 +0000 (14:21 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 25 Oct 2014 22:24:28 +0000 (01:24 +0300)
commit1170239efa2c70cb345cec2d25bd5375cc591dca
tree5789e891f96e783622ac624ef68215bf97bf7b0f
parent20beb96ff994f286a59b8f09e587c7368d9cdbe6
P2P: Save group common frequencies in invitation result

Save the group common frequencies when starting a GO due to
an invitation signaling requesting to re-invoke a persistent GO.

To do so, move the code that handles the translation of p2p_channels to
frequency list into a public function so it can be re-used both when GO
Negotiation is done and invitation signaling is done.

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
src/p2p/p2p.c
src/p2p/p2p.h
src/p2p/p2p_utils.c
wpa_supplicant/p2p_supplicant.c