Home
last modified time | relevance | path

Searched refs:ieee80211_authenticator (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/net80211/
Dieee80211_proto.h145 struct ieee80211_authenticator { struct
155 const struct ieee80211_authenticator *); argument
157 const struct ieee80211_authenticator *ieee80211_authenticator_get(int auth);
Dieee80211_xauth.c71 static const struct ieee80211_authenticator xauth = {
Dieee80211_proto.c176 static const struct ieee80211_authenticator *authenticators[IEEE80211_AUTH_MAX];
178 static const struct ieee80211_authenticator auth_internal = {
197 const struct ieee80211_authenticator *
214 const struct ieee80211_authenticator *auth) in ieee80211_authenticator_register()
Dieee80211_var.h203 const struct ieee80211_authenticator *ic_auth;
Dieee80211_ioctl.c2053 const struct ieee80211_authenticator *auth; in ieee80211_ioctl_set80211()