~ubuntu-branches/ubuntu/intrepid/wpasupplicant/intrepid

« back to all changes in this revision

Viewing changes to defs.h

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2007-04-01 10:53:37 UTC
  • Revision ID: james.westby@ubuntu.com-20070401105337-3dd89n3g8ecdhjsl
Tags: 0.5.7-0ubuntu2
Apply patch from upstream after private email discussion:
http://w1.fi/gitweb/gitweb.cgi?p=hostap.git;a=commitdiff;h=33673d3f43da6f5ec0f0aa5a8245a1617b6eb2fd#patch1
Fixes LP: #98895, #98925

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
typedef enum { FALSE = 0, TRUE = 1 } Boolean;
25
25
 
26
26
 
27
 
typedef enum { WPA_ALG_NONE, WPA_ALG_WEP, WPA_ALG_TKIP, WPA_ALG_CCMP,
28
 
               WPA_ALG_IGTK, WPA_ALG_DHV } wpa_alg;
 
27
typedef enum { WPA_ALG_NONE, WPA_ALG_WEP, WPA_ALG_TKIP, WPA_ALG_CCMP } wpa_alg;
29
28
typedef enum { CIPHER_NONE, CIPHER_WEP40, CIPHER_TKIP, CIPHER_CCMP,
30
29
               CIPHER_WEP104 } wpa_cipher;
31
30
typedef enum { KEY_MGMT_802_1X, KEY_MGMT_PSK, KEY_MGMT_NONE,
136
135
 
137
136
#define MLME_SETPROTECTION_KEY_TYPE_GROUP 0
138
137
#define MLME_SETPROTECTION_KEY_TYPE_PAIRWISE 1
 
138
#define MLME_SETPROTECTION_KEY_TYPE_STAKEY 2
139
139
 
140
140
#endif /* DEFS_H */