Preload crypto module to be tested with ieee80211_crypto_available()
authorproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 28 Nov 2007 03:42:55 +0000 (03:42 +0000)
committerproski <proski@0192ed92-7a03-0410-a25b-9323aeb14dbd>
Wed, 28 Nov 2007 03:42:55 +0000 (03:42 +0000)
commit212d62c469f9ee7424813c5276ae5b4872f8a3fb
tree570878a63b8e3944481ebcd11bca14d466dc4e0b
parent752da93f475d63d6cac3a6e96a91947c1e3dffa0
Preload crypto module to be tested with ieee80211_crypto_available()

ieee80211_crypto_newkey() will fail if the crypto module for the cipher
is not loaded.  ieee80211_crypto_available() will try to load the module
first.

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@2987 0192ed92-7a03-0410-a25b-9323aeb14dbd
regression/ccmp/test_ccmp.c
regression/tkip/test_tkip.c
regression/wep/test_wep.c