Home | History | Annotate | Download | only in drivers

Lines Matching refs:authmode

978 	int authmode;
982 authmode = IEEE80211_AUTH_AUTO;
984 authmode = IEEE80211_AUTH_SHARED;
986 authmode = IEEE80211_AUTH_OPEN;
988 return set80211param(priv, IEEE80211_IOC_AUTHMODE, authmode);