Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363532
b: refs/heads/master
c: 722bf5e
h: refs/heads/master
v: v3
  • Loading branch information
Joe Perches authored and Greg Kroah-Hartman committed Mar 19, 2013
1 parent 8668d3d commit 1ce4c53
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 281c7462f18c6de0c33440b88d2bddbc5abddb09
refs/heads/master: 722bf5eef72c71d6892678e1b0bd5e745a7c3ae5
42 changes: 21 additions & 21 deletions trunk/drivers/staging/vt6655/iowpa.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@

//WPA related
/*
typedef enum { WPA_ALG_NONE, WPA_ALG_WEP, WPA_ALG_TKIP, WPA_ALG_CCMP } wpa_alg;
typedef enum { CIPHER_NONE, CIPHER_WEP40, CIPHER_TKIP, CIPHER_CCMP,
CIPHER_WEP104 } wpa_cipher;
typedef enum { KEY_MGMT_802_1X, KEY_MGMT_PSK, KEY_MGMT_NONE,
KEY_MGMT_802_1X_NO_WPA, KEY_MGMT_WPA_NONE } wpa_key_mgmt;
typedef enum { WPA_ALG_NONE, WPA_ALG_WEP, WPA_ALG_TKIP, WPA_ALG_CCMP } wpa_alg;
typedef enum { CIPHER_NONE, CIPHER_WEP40, CIPHER_TKIP, CIPHER_CCMP,
CIPHER_WEP104 } wpa_cipher;
typedef enum { KEY_MGMT_802_1X, KEY_MGMT_PSK, KEY_MGMT_NONE,
KEY_MGMT_802_1X_NO_WPA, KEY_MGMT_WPA_NONE } wpa_key_mgmt;
*/

enum {
Expand All @@ -54,7 +54,7 @@ enum {
VIAWGET_SET_DROP_UNENCRYPT = 7,
VIAWGET_SET_DEAUTHENTICATE = 8,
VIAWGET_SET_ASSOCIATE = 9,
VIAWGET_SET_DISASSOCIATE= 10
VIAWGET_SET_DISASSOCIATE = 10
};


Expand Down Expand Up @@ -88,27 +88,27 @@ struct viawget_wpa_param {
} generic_elem;

struct {
u8 bssid[6];
u8 bssid[6];
u8 ssid[32];
u8 ssid_len;
u8 *wpa_ie;
u16 wpa_ie_len;
int pairwise_suite;
int group_suite;
int key_mgmt_suite;
int auth_alg;
int mode;
u8 *wpa_ie;
u16 wpa_ie_len;
int pairwise_suite;
int group_suite;
int key_mgmt_suite;
int auth_alg;
int mode;

} wpa_associate;

struct {
int alg_name;
u16 key_index;
u16 set_tx;
u8 *seq;
u16 seq_len;
u8 *key;
u16 key_len;
int alg_name;
u16 key_index;
u16 set_tx;
u8 *seq;
u16 seq_len;
u8 *key;
u16 key_len;
} wpa_key;

struct {
Expand Down

0 comments on commit 1ce4c53

Please sign in to comment.