2004-12-17 Dan Williams <dcbw@redhat.com>
* Ad Ad-Hoc networking mode support. In Ad-Hoc mode, we only try to get link-local addresses instead of doing DHCP. * In the panel applet, there's a new "Create new Wireless Network..." item * The panel applet also sticks around now even if NetworkManager dies, but it doesn't hide its icon when NM isn't around. Not hiding the icon is a bug, I'll fix that later. * We also don't use 'nscd' anymore in the RH backend, it was impeding name lookups after a switch rather than actually doing them. * Clean up some of those warnings in nm_ap_list_* functions * Delay between scans changed to 15s instead of 10s git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@342 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -35,11 +35,14 @@ gboolean nm_system_device_run_dhcp (NMDevice *dev);
|
||||
void nm_system_device_stop_dhcp (NMDevice *dev);
|
||||
gboolean nm_system_device_has_active_routes (NMDevice *dev);
|
||||
void nm_system_device_flush_routes (NMDevice *dev);
|
||||
void nm_system_device_add_default_route_via_device(NMDevice *dev);
|
||||
void nm_system_device_flush_addresses (NMDevice *dev);
|
||||
void nm_system_device_update_config_info (NMDevice *dev);
|
||||
gboolean nm_system_device_setup_static_ip4_config (NMDevice *dev);
|
||||
void nm_system_enable_loopback (void);
|
||||
void nm_system_flush_loopback_routes (void);
|
||||
void nm_system_delete_default_route (void);
|
||||
void nm_system_flush_arp_cache (void);
|
||||
void nm_system_kill_all_dhcp_daemons (void);
|
||||
void nm_system_update_dns (void);
|
||||
void nm_system_load_device_modules (void);
|
||||
|
Reference in New Issue
Block a user