mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-27 21:00:10 +01:00
* libnm-glib/nm-device-802-11-wireless.c: Cache networks (bssids) list. We get signalled when it changes. * libnm-glib/nm-client.c: Cache NMState and device list, we get signalled when it changes. * libnm-glib/nm-device.c: Cache the device state property. * libnm-glib/nm-access-point.c: Cache the strength property. * src/nm-device-802-11-wireless.c: Fix wireless device scanning scheduler. The new algorithm is to start from SCAN_INTERVAL_MIN (currently defined as 0) and add a SCAN_INTERVAL_STEP (currently 20 seconds) with each successful scan until SCAN_INTERVAL_MAX (currently 120 seconds) is reached. Do not scan while the device is down, activating, or activated (in case of A/B/G cards). Remove some old dead ifdef'ed out code that used to configure wireless devices, it's all done through supplicant now. * src/supplicant-manager/nm-supplicant-interface.c: Fix the reference counting issues with pending calls which caused leaks and crashes when interface was removed (now that the interface actually gets removed). * src/nm-call-store.c: Make a copy of data before running a foreach with user callback on it - The most common usage pattern is to cancel (and thus remove) all pending calls with foreach which would modify the hash table we're iterating over. * src/nm-manager.c: When a device is added, make sure it is "up". When it's removed or disabled due to disabling wireless or networking, bring it down. * include/NetworkManager.h: Add new device state NM_DEVICE_STATE_DOWN. * src/nm-device-802-11-wireless.c: * src/nm-device-802-3-ethernet.c: * src/nm-device.c: - Remove "init" virtual function, all gobjects have a place for that already (constructor). - Replace "start" virtual function with "bring_up", devices can be brought up and down more than just on startup now. - Add "is_up" virtual function. - Implement one way to bring a device down instead of previous 4 different ways, each of witch did something different. * src/NetworkManagerUtils.c (nm_dev_sock_open): This doesn't need an NMDevice, all it needs is the device interface. Get rid of NMData.dev_list (3 members to go). Get rif of NMData in a lot of places. * gnome/libnm_glib/libnm_glib.c: Make it compile again. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2395 4912f4e0-d625-0410-9fb7-b9a5a253dbdc |
||
|---|---|---|
| .. | ||
| backends | ||
| dhcp-manager | ||
| named-manager | ||
| supplicant-manager | ||
| vpn-manager | ||
| .cvsignore | ||
| autoip.c | ||
| autoip.h | ||
| gdb-cmd | ||
| kernel-types.h | ||
| Makefile.am | ||
| NetworkManager.c | ||
| NetworkManager.conf | ||
| NetworkManagerAP.c | ||
| NetworkManagerAP.h | ||
| NetworkManagerAPList.c | ||
| NetworkManagerAPList.h | ||
| NetworkManagerDbus.c | ||
| NetworkManagerDbus.h | ||
| NetworkManagerDbusUtils.c | ||
| NetworkManagerDbusUtils.h | ||
| NetworkManagerDialup.h | ||
| NetworkManagerMain.h | ||
| NetworkManagerPolicy.c | ||
| NetworkManagerPolicy.h | ||
| NetworkManagerSystem.c | ||
| NetworkManagerSystem.h | ||
| NetworkManagerUtils.c | ||
| NetworkManagerUtils.h | ||
| nm-activation-request.c | ||
| nm-activation-request.h | ||
| nm-ap-security-leap.c | ||
| nm-ap-security-leap.h | ||
| nm-ap-security-private.h | ||
| nm-ap-security-wep.c | ||
| nm-ap-security-wep.h | ||
| nm-ap-security-wpa-eap.c | ||
| nm-ap-security-wpa-eap.h | ||
| nm-ap-security-wpa-psk.c | ||
| nm-ap-security-wpa-psk.h | ||
| nm-ap-security.c | ||
| nm-ap-security.h | ||
| nm-call-store.c | ||
| nm-call-store.h | ||
| nm-crash-logger.c | ||
| nm-dbus-manager.c | ||
| nm-dbus-manager.h | ||
| nm-dbus-nmi.c | ||
| nm-dbus-nmi.h | ||
| nm-device-802-3-ethernet.c | ||
| nm-device-802-3-ethernet.h | ||
| nm-device-802-11-wireless.c | ||
| nm-device-802-11-wireless.h | ||
| nm-device-interface.c | ||
| nm-device-interface.h | ||
| nm-device-private.h | ||
| nm-device.c | ||
| nm-device.h | ||
| nm-hal-manager.c | ||
| nm-hal-manager.h | ||
| nm-ip4-config.c | ||
| nm-ip4-config.h | ||
| nm-logging.c | ||
| nm-logging.h | ||
| nm-manager.c | ||
| nm-manager.h | ||
| nm-marshal-main.c | ||
| nm-marshal.list | ||
| nm-netlink-monitor.c | ||
| nm-netlink-monitor.h | ||
| wpa.c | ||
| wpa.h | ||