This patch remove typedef from the enum tenuKeyType.
And rename it to KEY_TYPE.
Signed-off-by: Leo Kim <leo.kim@atmel.com>
Signed-off-by: Tony Cho <tony.cho@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* @version 1.0
*/
struct key_attr {
- tenuKeyType enuKeyType;
+ enum KEY_TYPE enuKeyType;
u8 u8KeyAction;
tuniHostIFkeyAttr uniHostIFkeyAttr;
};
CONN_DISCONN_EVENT_FORCE_32BIT = 0xFFFFFFFF
} tenuConnDisconnEvent;
-typedef enum {
+enum KEY_TYPE {
WEP,
WPARxGtk,
WPAPtk,
PMKSA,
-} tenuKeyType;
+};
/*Scan callBack function definition*/