On Mon, Sep 27, 2010 at 05:14:19PM -0700, greearb@xxxxxxxxxxxxxxx wrote: > This depends on patches recently submitted to the kernel. > When the can_scan_one flag is true, the kernel will not > scan other channels if at least one interface on this phy > is already associated. Could you please send wpa_supplicant patches to hostap@xxxxxxxxxxxxxxx or at least cc me if you want to get this in. It is way too easy for me to miss the patch if it does not get in the correct mail folder.. Though, in case of this particular change, I'm not going to be including it before the matching change for nl80211 goes in into wireless-testing.git, so a reminder at that point would be appreciated. > --- a/wpa_supplicant/config.c > +++ b/wpa_supplicant/config.c > @@ -2143,6 +2143,7 @@ struct wpa_config * wpa_config_alloc_empty(const char *ctrl_interface, > + config->can_scan_one = DEFAULT_CAN_SCAN_ONE; This doesn't sound like a parameter that should be a global one in wpa_supplicant. Doesn't it depend on what you are doing whether it is acceptable to scan only a single channel? For example, in P2P Search scans, all the social channels must be scanned and a global override here does not seem to make much sense. -- Jouni Malinen PGP id EFC895FA -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html