Home | History | Annotate | Download | only in drivers

Lines Matching full:authmode

1038 	int authmode;
1042 authmode = IEEE80211_AUTH_AUTO;
1044 authmode = IEEE80211_AUTH_SHARED;
1046 authmode = IEEE80211_AUTH_OPEN;
1048 return set80211param(priv, IEEE80211_IOC_AUTHMODE, authmode);