2007-06-27 Dan Williams <dcbw@redhat.com>
* Make SSIDs GByteArrays everywhere * Rename "essid" -> "ssid" everywhere that's appropriate * Refcount activation_ap member of the 802.11 wireless device class git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2620 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -106,4 +106,9 @@ struct nl_addr * nm_utils_ip4_addr_to_nl_addr (guint32 ip4_addr);
|
||||
|
||||
int nm_utils_ip4_netmask_to_prefix (guint32 ip4_netmask);
|
||||
|
||||
gboolean nm_utils_is_empty_ssid (const char * ssid, int len);
|
||||
const char * nm_utils_escape_ssid (const char *ssid, guint32 len);
|
||||
|
||||
gboolean nm_utils_same_ssid (const GByteArray * ssid1, const GByteArray * ssid2);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user