Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235712
b: refs/heads/master
c: 6e4e2d9
h: refs/heads/master
v: v3
  • Loading branch information
L. Alberto Giménez authored and Greg Kroah-Hartman committed Jan 25, 2011
1 parent ac8114a commit 46cb3cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 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: 68e4ccaab251656290241c1f2653093cd3a1b225
refs/heads/master: 6e4e2d9b7428c4e9f26d7c2779ead8172b01ebf0
12 changes: 4 additions & 8 deletions trunk/drivers/staging/rt2860/wpa.h
Original file line number Diff line number Diff line change
Expand Up @@ -369,19 +369,15 @@ struct PACKED rt_rsn_capability {
/*========================================
The prototype is defined in cmm_wpa.c
========================================*/
BOOLEAN WpaMsgTypeSubst(u8 EAPType, int * MsgType);
BOOLEAN WpaMsgTypeSubst(u8 EAPType, int *MsgType);

void PRF(u8 * key,
int key_len,
u8 * prefix,
int prefix_len,
u8 * data, int data_len, u8 * output, int len);
void PRF(u8 *key, int key_len, u8 *prefix, int prefix_len,
u8 *data, int data_len, u8 *output, int len);

int PasswordHash(char *password,
unsigned char *ssid, int ssidlength, unsigned char *output);

u8 *GetSuiteFromRSNIE(u8 *rsnie,
u32 rsnie_len, u8 type, u8 * count);
u8 *GetSuiteFromRSNIE(u8 *rsnie, u32 rsnie_len, u8 type, u8 *count);

void WpaShowAllsuite(u8 *rsnie, u32 rsnie_len);

Expand Down

0 comments on commit 46cb3cc

Please sign in to comment.