]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/config.h
P2P: Add option to remove channels from GO use
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 22 Oct 2013 16:45:46 +0000 (19:45 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 26 Oct 2013 14:49:10 +0000 (17:49 +0300)
commit556b30daca49c601f4833a77e75cebdd8e496e5d
tree28ed70c852ac31524113572e6abae40a965cafc2
parente7ecab4a3b8bc5696ee6d9779bc9f9a1f8b4b6ed
P2P: Add option to remove channels from GO use

The new p2p_no_go_freq frequency range list (comma-separated list of
min-max frequency ranges in MHz) can now be used to configure channels
on which the local device is not allowed to operate as a GO, but on
which that device can be a P2P Client. These channels are left in the
P2P Channel List in GO Negotiation to allow the peer device to select
one of the channels for the cases where the peer becomes the GO. The
local end will remove these channels from consideration if it becomes
the GO.

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_utils.c
wpa_supplicant/config.c
wpa_supplicant/config.h
wpa_supplicant/config_file.c
wpa_supplicant/p2p_supplicant.c
wpa_supplicant/wpa_cli.c