diff options
| author | Rashmi Ramanna <c_ramanr@qti.qualcomm.com> | 2014-01-20 22:55:09 +0200 |
|---|---|---|
| committer | Steve Kondik <shade@chemlab.org> | 2014-10-13 19:50:54 -0700 |
| commit | d16e18d1946ce59763cf99eb35d7102e0de07c10 (patch) | |
| tree | 50504e0fac3e957898261af1402ab25af1d5202d | |
| parent | b76a82e8f28a5c3f43958e0e1b3c26390725b040 (diff) | |
| download | android_external_wpa_supplicant_8-d16e18d1946ce59763cf99eb35d7102e0de07c10.tar.gz android_external_wpa_supplicant_8-d16e18d1946ce59763cf99eb35d7102e0de07c10.tar.bz2 android_external_wpa_supplicant_8-d16e18d1946ce59763cf99eb35d7102e0de07c10.zip | |
P2P: Extend the listen time based on the active concurrent session
A P2P Device while in the Listen state waiting to respond for the
obtained group negotiation request shall give a fair chance for other
concurrent sessions to use the shared radio by inducing an idle time
between the successive listen states. However, if there are no
concurrent operations, this idle time can be reduced.
CRs-Fixed: 606348
Git-commit: a2d63657603b8f0714274f34bea45cb5d0c0a7b9
Git-repo : git://w1.fi/srv/git/hostap.git
Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
Change-Id: Ifbc6b7687889055764ef462abb710ef9a6c580a8
| -rw-r--r-- | wpa_supplicant/p2p_supplicant.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wpa_supplicant/p2p_supplicant.c b/wpa_supplicant/p2p_supplicant.c index e339d0e6..a41b3d86 100644 --- a/wpa_supplicant/p2p_supplicant.c +++ b/wpa_supplicant/p2p_supplicant.c @@ -3376,7 +3376,6 @@ int wpas_p2p_init(struct wpa_global *global, struct wpa_supplicant *wpa_s) p2p.get_noa = wpas_get_noa; p2p.go_connected = wpas_go_connected; p2p.is_concurrent_session_active = wpas_is_concurrent_session_active; - p2p.is_p2p_in_progress = _wpas_p2p_in_progress; os_memcpy(wpa_s->global->p2p_dev_addr, wpa_s->own_addr, ETH_ALEN); os_memcpy(p2p.dev_addr, wpa_s->global->p2p_dev_addr, ETH_ALEN); |
