           SPELL=wpa_supplicant
if [[ $WPA_RELEASE == old ]]
then
         VERSION=0.4.9
     SOURCE_HASH=sha512:9b4e2a0a36ca1dfc247393c5765a3461ed1341a5a008d5d50aaec1db9ca4742a83fb4f37a9685281b37924a47071460a6b0388fc9c71aa0e18a7445296c02d4c
else
         VERSION=0.5.7
     SOURCE_HASH=sha512:e4cbde18d749bbeaa3c64801c74fa7cd95266b6b980387c6258e6d5d7e85a039b9a35fdc0e9ceb4c00393f943ecc3a571c55419e45cbcbc3f1cc7b59c8614a4f
fi
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://hostap.epitest.fi/releases/${SOURCE}
        WEB_SITE=http://hostap.epitest.fi/wpa_supplicant/
         ENTERED=20050130
      LICENSE[0]=GPL
           SHORT="A WPA/WPA2 Supplicant."
cat << EOF
wpa_supplicant is a WPA Supplicant for Linux, BSD, and Windows with 
support for WPA and WPA2 (IEEE 802.11i / RSN). It is suitable for 
both desktop/laptop computers and embedded systems. Supplicant is the 
IEEE 802.1X/WPA component that is used in the client stations. It 
implements key negotiation with a WPA Authenticator and it controls the 
roaming and IEEE 802.11 authentication/association of the wlan driver.

wpa_supplicant is designed to be a "daemon" program that runs in the 
background and acts as the backend component controlling the wireless 
connection. wpa_supplicant supports separate frontend programs and a 
text-based frontend (wpa_cli) and a GUI (wpa_gui) are included with 
wpa_supplicant.
EOF
