Bug fixes to look at :
- Get working on cards that can't scan.  (orinoco_cs based cards.)

Things to do :
- When using WE18, make sure that we parse the entire IE, to make sure that if
	we have both an RSN and WPA IE that we choose the right one.
- Option to execute a command when SSIDs are changed, to refresh DHCP addresses.
- Ability to load a config based on the network id that is presented in the EAP-Request ID frames.
- Reconsider how flags such as ALLMULTI get set out of the config file.
- Add support for Prism54 chips.
- Allow the use of a hashed password when using PEAP/MS-CHAPv2
- Allow us to sit in the background when the interface is down.
- Attempt to associate without command line flags needed.
- Allow timer for stale dynamic WEP key to be set in the configuration.
- Get cypto methods from driver.
- Allow a list of crypto types for the wpa_cipher_XXX.
- Rewrite eap.c to be easier to understand/work with!
- Have wpa(2)_parse_ie return some useful information.

802.11i stuff 
- Modify to support section 5.4.3.2  (deauth) (done?)
- Check for cipher suite 0 support. (7.3.2.25.1) - Not needed yet.
- Ability to skip over vendor specifc AKMs (7.3.2.25.2)
- Verify group handshake using 8.5.4
- Implement key state machine 8.5.6
- Preauthentication

Things to check often :
- Disassociates use valid reasons from cardif.h.

Pre-release checklist :
- Update version # in configure.in.
- Verify that example configs are up-to-date.

