Home | History | Annotate | Download | only in drivers

Lines Matching refs:authmode

166 		return "AUTHMODE";
1776 int authmode;
1780 authmode = IEEE80211_AUTH_AUTO;
1782 authmode = IEEE80211_AUTH_OPEN;
1784 authmode = IEEE80211_AUTH_SHARED;
1788 return set80211param(priv, IEEE80211_PARAM_AUTHMODE, authmode);