Home | History | Annotate | Download | only in drivers

Lines Matching defs:authmode

1029 	int authmode;
1033 authmode = IEEE80211_AUTH_AUTO;
1035 authmode = IEEE80211_AUTH_SHARED;
1037 authmode = IEEE80211_AUTH_OPEN;
1039 return set80211param(priv, IEEE80211_IOC_AUTHMODE, authmode);