[PATCH 01/11] wpa_s: add scheduled scan driver operations
Jouni Malinen
j
Sat Oct 15 09:05:29 PDT 2011
On Tue, Sep 27, 2011 at 10:21:29PM +0300, Luciano Coelho wrote:
> In new kernel versions (>=3.0), NL80211 adds scheduled scan
> capability. In order to use this feature to its full extent, we need
> to support it in the wpa_supplicant core, so that it can also be used
> by other drivers.
>
> This commit adds initial scheduled scan support operations and events.
> diff --git a/wpa_supplicant/scan.c b/wpa_supplicant/scan.c
> @@ -350,8 +396,6 @@ static void wpa_supplicant_scan(void *eloop_ctx, void *timeout_ctx)
> ssid = wpa_s->conf->ssid;
> while (ssid) {
> if (!ssid->disabled && ssid->scan_ssid) {
> - wpa_hexdump_ascii(MSG_DEBUG, "Scan SSID",
> - ssid->ssid, ssid->ssid_len);
> params.ssids[params.num_ssids].ssid =
> ssid->ssid;
> params.ssids[params.num_ssids].ssid_len =
Was this here on purpose? It did not seem to be relevant to other
changes in this patch and I dropped it since I do want to see those
SSIDs being shown in the debug log.
--
Jouni Malinen PGP id EFC895FA
More information about the Hostap
mailing list