NetworkManager/gnome
Robert Love 2f71e13495 2006-02-02 Robert Love <rml@novell.com>
* src/NetworkManagerAP.c: Add 'broadcast' property to the NMAccessPoint
	  structure, which denotes whether or not the AP is hidden.  This is a
	  superset of 'artificial' -- we need 'broadcast' because a hidden AP
	  can show up in the scan list.  Add nm_ap_get_broadcast() and
	  nm_ap_set_broadcast() accessor interfaces.
	* src/NetworkManagerAP.h: Add prototypes for nm_ap_get_broadcast() and
	  nm_ap_set_broadcast().
	* src/nm-dbus-net.c: Add new argument, boolean broadcast, to the
	  "getProperties" method, which denotes whether or not the given
	  network is hidden.
	* src/nm-device-802-11-wireless.c: Set broadcast to FALSE when creating
	  an artificial network.  Set broadcast to TRUE when scanning returns
	  an ESSID and FALSE when not.
	* gnome/applet/applet-dbus-devices.c: Retrieve 'broadcast' argument
	  from "getProperties" method on a network.  Possible TODO is to
	  somehow display this.
	* test/nm-tool.c: Display "Hidden" if the AP does not broadcast.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1429 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2006-02-02 18:05:19 +00:00
..
applet 2006-02-02 Robert Love <rml@novell.com> 2006-02-02 18:05:19 +00:00
libnm_glib 2005-12-06 Dan Williams <dcbw@redhat.com> 2005-12-06 23:37:09 +00:00
vpn-properties 2006-01-16 Robert Love <rml@novell.com> 2006-01-17 18:22:56 +00:00
.cvsignore Add .cvsignore files 2005-04-28 01:44:31 +00:00
Makefile.am 2005-06-12 David Zeuthen <davidz@redhat.com> 2005-06-12 14:35:59 +00:00