wlan: Add support for configuration of AKM suite

Changes to allow setting the configuration item for
AKM suite (wpa_key_mgmt) in hostapd
configuration file.  This is needed for PMF
(802.11w) to add SHA256 to the list when
necessary.

Change-Id: Ia6fd4976241fb11525f4be6c11801b9c471d4427
CRs-Fixed: 523705
This commit is contained in:
Chet Lanctot
2013-09-09 17:48:58 -07:00
parent 17c8f5319a
commit 7a2827f169
2 changed files with 2 additions and 0 deletions

View File

@@ -152,6 +152,7 @@ static struct Command cmd_list[eCMD_LAST] = {
{ "setchannelrange", NULL },
{ "autochannel", NULL },
{ "ieee80211w", NULL },
{ "wpa_key_mgmt", NULL },
};
struct Command qsap_str[eSTR_LAST] = {