nl80211: Indicate p2p_probe in debug log as scan parameter

Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2012-02-18 12:39:01 +02:00
parent 6f3bc72be0
commit 8a6a1e1b14

View file

@ -3449,6 +3449,8 @@ static int wpa_driver_nl80211_scan(void *priv,
} }
if (params->p2p_probe) { if (params->p2p_probe) {
wpa_printf(MSG_DEBUG, "nl80211: P2P probe - mask SuppRates");
/* /*
* Remove 2.4 GHz rates 1, 2, 5.5, 11 Mbps from supported rates * Remove 2.4 GHz rates 1, 2, 5.5, 11 Mbps from supported rates
* by masking out everything else apart from the OFDM rates 6, * by masking out everything else apart from the OFDM rates 6,