mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 04:50:07 +01:00
* 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 |
||
|---|---|---|
| .. | ||
| libnm-util | ||
| test-common | ||
| .cvsignore | ||
| libnm_glib_test.c | ||
| Makefile.am | ||
| nm-dhcp-opt-test.c | ||
| nm-tool.c | ||
| nminfotest.c | ||
| NMLoadModules | ||
| nmnetlinktest.c | ||
| nmtestdevices.c | ||