diff options
author | Arik Nemtsov <arik@wizery.com> | 2010-10-16 15:39:06 -0400 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2011-01-24 15:11:50 -0500 |
commit | 7f179b468963564aa3faa5729fb3153c08b3d7c1 (patch) | |
tree | fabfe8fe96bdd69a61188bfdc36746dfbe77a624 /drivers/net/wireless/wl12xx/cmd.h | |
parent | 488fc540472dee7b8c9fc592e4f024aafe8b605f (diff) |
wl12xx: AP mode - encryption support
Encryption key configuration is different for AP/STA modes.
AP encryption keys are recorded when the BSS is not started. On BSS
start they are propagated to the AP (in wl1271_ap_init_hwenc).
Signed-off-by: Arik Nemtsov <arik@wizery.com>
Reviewed-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/wl12xx/cmd.h')
-rw-r--r-- | drivers/net/wireless/wl12xx/cmd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/cmd.h b/drivers/net/wireless/wl12xx/cmd.h index c9909e09cd9d..751281414006 100644 --- a/drivers/net/wireless/wl12xx/cmd.h +++ b/drivers/net/wireless/wl12xx/cmd.h | |||
@@ -291,7 +291,6 @@ struct wl1271_cmd_ps_params { | |||
291 | 291 | ||
292 | /* HW encryption keys */ | 292 | /* HW encryption keys */ |
293 | #define NUM_ACCESS_CATEGORIES_COPY 4 | 293 | #define NUM_ACCESS_CATEGORIES_COPY 4 |
294 | #define MAX_KEY_SIZE 32 | ||
295 | 294 | ||
296 | enum wl1271_cmd_key_action { | 295 | enum wl1271_cmd_key_action { |
297 | KEY_ADD_OR_REPLACE = 1, | 296 | KEY_ADD_OR_REPLACE = 1, |