Home | History | Annotate | Download | only in drivers

Lines Matching full:authmode

170 		return "AUTHMODE";
1784 int authmode;
1788 authmode = IEEE80211_AUTH_AUTO;
1790 authmode = IEEE80211_AUTH_OPEN;
1792 authmode = IEEE80211_AUTH_SHARED;
1796 return set80211param(priv, IEEE80211_PARAM_AUTHMODE, authmode);