2005-12-21 Dan Williams <dcbw@redhat.com>

* test/libnm-util
		- Add some testcases for WEP ciphers


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1217 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams
2005-12-21 08:11:57 +00:00
parent c5ed5ba016
commit 29598dfdc0
14 changed files with 432 additions and 8 deletions

View File

@@ -32,6 +32,9 @@ int ieee_802_11_cipher_get_input_max (IEEE_802_11_Cipher *cipher);
char * ieee_802_11_cipher_hash (IEEE_802_11_Cipher *cipher, const char *ssid, const char *input);
int ieee_802_11_cipher_validate (IEEE_802_11_Cipher *cipher, const char *ssid, const char *input);
/* Private API members (not part of the public API) */
int ieee_802_11_cipher_refcount (IEEE_802_11_Cipher *cipher);
/* For use by ciphers themselves */
int cipher_default_validate_func (IEEE_802_11_Cipher *cipher, const char *ssid, const char *input);