hostapd/src/p2p
Ilan Peer e3bd6e9dc0 P2P: Use another interface operating channel as listen channel
Performing a P2P Device flow such as p2p_listen or
p2p_find, can degrade the performance of an active interface
connection, if the listen frequency is different than the
frequency used by that interface.

To reduce the effect of P2P Device flows on other interfaces,
try changing the listen channel of the P2P Device to match the
operating channel of one of the other active interfaces. This change
will be possible only in case that the listen channel is not forced
externally, and will be delayed to a point where the P2P Device
state machine is idle.

The optimization can be configured in the configuration file and
is disabled by default.

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
2014-06-15 00:46:11 +03:00
..
Makefile Add CONFIG_CODE_COVERAGE=y option for gcov 2013-11-24 19:16:12 +02:00
p2p.c P2P: Use another interface operating channel as listen channel 2014-06-15 00:46:11 +03:00
p2p.h P2P: Use another interface operating channel as listen channel 2014-06-15 00:46:11 +03:00
p2p_build.c Use P2P_IE_VENDOR_TYPE more consistently 2014-03-05 23:36:54 +02:00
p2p_dev_disc.c P2P: Fix SD and DevDisc to limit maximum wait time per driver support 2014-06-12 10:49:19 +03:00
p2p_go_neg.c P2P: Modify the timeout for GO Negotiation on no concurrent session 2014-05-15 23:57:00 +03:00
p2p_group.c P2P: Add support for IP address assignment in 4-way handshake 2014-01-27 21:44:26 +02:00
p2p_i.h P2P: Use another interface operating channel as listen channel 2014-06-15 00:46:11 +03:00
p2p_invitation.c P2P: Debug print channel lists for invitation processing 2014-05-29 16:46:28 +03:00
p2p_parse.c P2P NFC: Static handover with NFC Tag on client 2014-01-27 21:44:30 +02:00
p2p_pd.c P2P: Cancel offchannel TX wait on PD Response TX status 2014-02-27 16:38:27 +02:00
p2p_sd.c P2P: Fix SD and DevDisc to limit maximum wait time per driver support 2014-06-12 10:49:19 +03:00
p2p_utils.c P2P: Modify p2p_get_pref_freq 2014-06-15 00:21:41 +03:00