P2P: Add option to allow additional client channels
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 22 Oct 2013 18:00:49 +0000 (21:00 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 26 Oct 2013 14:49:10 +0000 (17:49 +0300)
commit51e9f22809b0f412c9c10baa34ddc46cf5df4f33
tree86675d0549df45920610f58758b38cde0e73b9b0
parent556b30daca49c601f4833a77e75cebdd8e496e5d
P2P: Add option to allow additional client channels

The new p2p_add_cli_chan=1 configuration parameter can be used to
request passive-scan channels to be included in P2P channel lists for
cases where the local end may become the P2P client in a group. This
allows more options for the peer to use channels, e.g., if the local
device is not aware of its current location and has marked most channels
to require passive scanning.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
src/p2p/p2p.c
src/p2p/p2p.h
src/p2p/p2p_go_neg.c
src/p2p/p2p_i.h
src/p2p/p2p_invitation.c
src/p2p/p2p_utils.c
wpa_supplicant/config.c
wpa_supplicant/config.h
wpa_supplicant/config_file.c
wpa_supplicant/p2p_supplicant.c