Home | History | Annotate | Download | only in drivers

Lines Matching defs:authmode

991 	int authmode;
995 authmode = IEEE80211_AUTH_AUTO;
997 authmode = IEEE80211_AUTH_SHARED;
999 authmode = IEEE80211_AUTH_OPEN;
1001 return set80211param(priv, IEEE80211_IOC_AUTHMODE, authmode);