NetworkManager r3291 - in trunk: . src/supplicant-manager



Author: dcbw
Date: Tue Feb  5 15:44:41 2008
New Revision: 3291
URL: http://svn.gnome.org/viewvc/NetworkManager?rev=3291&view=rev

Log:
2008-02-05  Dan Williams  <dcbw redhat com>

	* src/supplicant-manager/nm-supplicant-config.c
		- (nm_supplicant_config_add_setting_wireless): send scan_ssid=1 for
			broadcast networks too



Modified:
   trunk/ChangeLog
   trunk/src/supplicant-manager/nm-supplicant-config.c

Modified: trunk/src/supplicant-manager/nm-supplicant-config.c
==============================================================================
--- trunk/src/supplicant-manager/nm-supplicant-config.c	(original)
+++ trunk/src/supplicant-manager/nm-supplicant-config.c	Tue Feb  5 15:44:41 2008
@@ -375,10 +375,10 @@
 		}
 	}
 
-	/* For non-broadcast networks, we need to set "scan_ssid 1" to scan with
-	 * probe request frames. However, don't try to probe Ad-Hoc networks.
+	/* Except for Ad-Hoc networks, request that the driver probe for the
+	 * specific SSID we want to associate with.
 	 */
-	if (!is_broadcast && !is_adhoc) {
+	if (!is_adhoc) {
 		if (!nm_supplicant_config_add_option (self, "scan_ssid", "1", -1, FALSE))
 			return FALSE;
 	}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]