Version 1.2.4
	- On startup, we display the capabilities that a card reports having.
	  This can be used to verify that the driver is behaving in the right
	  way to support associating to WPA/WPA2 networks without configuring
	  encryption methods in the config file.
	- Added the ability to associate to WPA/WPA2 networks without setting
	  "wpa_pairwise_cipher" or "wpa_group_cipher" settings.  (Requires that
	  card driver supports returning of proper encryption capabilities.)
	- Added support for a group cipher type of 0.  This indicates that 
	  the group cipher should be the same as the pairwise cipher.
	- Added support for large scan results.  (Scan results > 8192 bytes,
	  which would be more than 20 SSIDs on most cards.)
	- Fixed setting BSSID and clearing keys on some cards.
	- Numerous fixes and updates to WPA2/IEEE 802.11i code.
	- BSSID is now selected using signal strength/quality information 
	  returned during a scan.
	- Added option to enable firmware based roaming.  (Current default is 
	  for firmware to make roaming decisions.  Will probably change in the 
	  future.)
	- We can now use EAP hints included in the Request Identity messages
	  to determine the network we are on.  This can be helpful for wired
 	  networks that don't have an SSID to key the configuration from.
	- Fixes to EAP-AKA implementation to correctly support resync.
