hostapd/src/p2p
Jouni Malinen 21d996f775 P2P: Add support for preferred channel list
p2p_pref_chan configuration parameter can now be used to set the
list of preferred channel for P2P GO Negotiation. This will be used
in the priority order if the peer does not support the channel we
are trying to use as the GO (configured operating channel or the
best 2.4 GHz/5 GHz channel) for the case where a forced channel is
not used.

p2p_pref_chan=<op class:channel>,...

For example:
p2p_pref_chan=81:1,81:2,81:3,81:4,81:5,81:6

This would configure 2.4 GHz channels 1-6 as the preferred ones with
channel 1 the most preferred option.

These configuration parameters can be set in wpa_supplicant.conf and
dynamically updated with "wpa_cli set <param> <value>".

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
2012-03-29 21:28:34 +03:00
..
Makefile P2P: Add initial version of P2P Module 2010-09-09 07:17:17 -07:00
p2p.c P2P: Add support for preferred channel list 2012-03-29 21:28:34 +03:00
p2p.h P2P: Add support for preferred channel list 2012-03-29 21:28:34 +03:00
p2p_build.c P2P: Advertise immediate availability of WPS credential 2012-02-27 23:14:35 +02:00
p2p_dev_disc.c Remove the GPL notification from files contributed by Atheros 2012-02-11 19:39:36 +02:00
p2p_go_neg.c P2P: Add support for preferred channel list 2012-03-29 21:28:34 +03:00
p2p_group.c Remove the GPL notification from files contributed by Atheros 2012-02-11 19:39:36 +02:00
p2p_i.h P2P: Advertise immediate availability of WPS credential 2012-02-27 23:14:35 +02:00
p2p_invitation.c P2P: Fix remain-on-channel use with PD/Invitation Request while in Listen 2012-02-27 17:23:41 +02:00
p2p_parse.c Remove the GPL notification from files contributed by Atheros 2012-02-11 19:39:36 +02:00
p2p_pd.c P2P: Fix remain-on-channel use with PD/Invitation Request while in Listen 2012-02-27 17:23:41 +02:00
p2p_sd.c Remove the GPL notification from files contributed by Atheros 2012-02-11 19:39:36 +02:00
p2p_utils.c Remove the GPL notification from files contributed by Atheros 2012-02-11 19:39:36 +02:00