diff options
author | Avinash Patil <patila@marvell.com> | 2014-02-07 19:32:35 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-02-12 15:36:26 -0500 |
commit | e57f1734d87aa0e9a00905ed08888f0c62f56227 (patch) | |
tree | 50af6d8ca0151d1a203d15893eae99940cec4726 /drivers/net/wireless/mwifiex/main.h | |
parent | 7f445d0435017ba0daeb83574028fc16c68df1f5 (diff) |
mwifiex: add key material v2 support
This patch adds key material V2 support to mwifiex.
Newer FW supports this feature and FW KEY API version is used
to determine which command structure needs to be used.
Signed-off-by: Avinash Patil <patila@marvell.com>
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/mwifiex/main.h')
-rw-r--r-- | drivers/net/wireless/mwifiex/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/mwifiex/main.h b/drivers/net/wireless/mwifiex/main.h index de115fa745cb..407f8eada720 100644 --- a/drivers/net/wireless/mwifiex/main.h +++ b/drivers/net/wireless/mwifiex/main.h | |||
@@ -469,6 +469,7 @@ struct mwifiex_private { | |||
469 | u8 wpa_ie_len; | 469 | u8 wpa_ie_len; |
470 | u8 wpa_is_gtk_set; | 470 | u8 wpa_is_gtk_set; |
471 | struct host_cmd_ds_802_11_key_material aes_key; | 471 | struct host_cmd_ds_802_11_key_material aes_key; |
472 | struct host_cmd_ds_802_11_key_material_v2 aes_key_v2; | ||
472 | u8 wapi_ie[256]; | 473 | u8 wapi_ie[256]; |
473 | u8 wapi_ie_len; | 474 | u8 wapi_ie_len; |
474 | u8 *wps_ie; | 475 | u8 *wps_ie; |