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

@@ -323,6 +323,7 @@ typedef enum esap_cmd {
eCMD_SET_CHANNEL_RANGE = 62,
eCMD_GET_AUTO_CHANNEL = 63,
eCMD_IEEE80211W = 64,
eCMD_WPA_KEY_MGMT = 65,
eCMD_LAST /** New command numbers should be added above this */
} esap_cmd_t;