From: Sunil Dutt Date: Wed, 9 Apr 2014 09:12:08 +0000 (+0530) Subject: P2P: Mark the scan in p2p_in_invitation as p2p_probe X-Git-Tag: hostap_2_2~335 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=mech_eap.git;a=commitdiff_plain;h=8235f89f3f7302a930ab8c2bc1c140a64b6b04f2 P2P: Mark the scan in p2p_in_invitation as p2p_probe Mark the scan performed by the P2P Client in search of the GO during the persistant reinvocation as a p2p_probe to avoid unnecessary use of 802.11b rates. Signed-off-by: Jouni Malinen --- diff --git a/wpa_supplicant/scan.c b/wpa_supplicant/scan.c index 1d4e6e5..bc0daeb 100644 --- a/wpa_supplicant/scan.c +++ b/wpa_supplicant/scan.c @@ -870,7 +870,7 @@ ssid_list_set: } #ifdef CONFIG_P2P - if (wpa_s->p2p_in_provisioning || + if (wpa_s->p2p_in_provisioning || wpa_s->p2p_in_invitation || (wpa_s->show_group_started && wpa_s->go_params)) { /* * The interface may not yet be in P2P mode, so we have to