2004-12-15 Dan Williams <dcbw@redhat.com>
Patch from Tom Parker * Add autoip/Link Local Addressing support when we fail to get a DHCP address * Longer pause after setting ESSID on cards that support a larger number of channels to give the card time to find the right channel * Add system hook to restart mDNSResponder (or whatever the local implementation of Multicast DNS is) when we activate interfaces git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@341 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -59,7 +59,7 @@ typedef enum NMDeviceType
|
||||
/*
|
||||
* Wireless network types
|
||||
*/
|
||||
typedef enum
|
||||
typedef enum NMNetworkType
|
||||
{
|
||||
NETWORK_TYPE_UNKNOWN = 0,
|
||||
NETWORK_TYPE_ALLOWED,
|
||||
@@ -93,6 +93,17 @@ typedef enum NMDriverSupportLevel
|
||||
} NMDriverSupportLevel;
|
||||
|
||||
|
||||
/*
|
||||
* Wireless network modes
|
||||
*/
|
||||
typedef enum NMNetworkMode
|
||||
{
|
||||
NETWORK_MODE_UNKNOWN = 0,
|
||||
NETWORK_MODE_INFRA,
|
||||
NETWORK_MODE_ADHOC
|
||||
} NMNetworkMode;
|
||||
|
||||
|
||||
/*
|
||||
* Info-daemon specific preference locations
|
||||
*/
|
||||
|
Reference in New Issue
Block a user