From: Zhu Yi Date: Thu, 19 Jan 2006 08:21:09 +0000 (+0800) Subject: [PATCH] ieee80211: Add LEAP authentication type X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=24056bec086aaa99923b21c0e1a0e993bb1c7e2a;p=mv-sheeva.git [PATCH] ieee80211: Add LEAP authentication type Signed-off-by: Hong Liu Signed-off-by: Zhu Yi Signed-off-by: John W. Linville --- diff --git a/include/net/ieee80211.h b/include/net/ieee80211.h index 9a92aef8b0b..3424a3ed66c 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