summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZhu Yi2006-01-19 09:21:09 +0100
committerJohn W. Linville2006-01-27 23:08:06 +0100
commit24056bec086aaa99923b21c0e1a0e993bb1c7e2a (patch)
treef346787ae101c10185849c44bbbcd42d8d461a9a
parent[PATCH] ieee80211: Log if netif_rx() drops the packet (diff)
downloadkernel-qcow2-linux-24056bec086aaa99923b21c0e1a0e993bb1c7e2a.tar.gz
kernel-qcow2-linux-24056bec086aaa99923b21c0e1a0e993bb1c7e2a.tar.xz
kernel-qcow2-linux-24056bec086aaa99923b21c0e1a0e993bb1c7e2a.zip
[PATCH] ieee80211: Add LEAP authentication type
Signed-off-by: Hong Liu <hong.liu@intel.com> Signed-off-by: Zhu Yi <yi.zhu@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r--include/net/ieee80211.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/ieee80211.h b/include/net/ieee80211.h
index 9a92aef8b0b2..3424a3ed66c4 100644
--- a/include/net/ieee80211.h
+++ b/include/net/ieee80211.h
@@ -220,6 +220,7 @@ struct ieee80211_snap_hdr {
/* Authentication algorithms */
#define WLAN_AUTH_OPEN 0
#define WLAN_AUTH_SHARED_KEY 1
+#define WLAN_AUTH_LEAP 2
#define WLAN_AUTH_CHALLENGE_LEN 128