Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/
H A Dieee80211_proto.h226 struct ieee80211_authenticator { struct
234 const struct ieee80211_authenticator *); argument
236 const struct ieee80211_authenticator *ieee80211_authenticator_get(int auth);
H A Dieee80211_var.h479 const struct ieee80211_authenticator *iv_auth; /* authenticator glue */
/dragonfly/sys/netproto/802_11/wlan_xauth/
H A Dieee80211_xauth.c68 static const struct ieee80211_authenticator xauth = {
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_proto.c445 static const struct ieee80211_authenticator *authenticators[IEEE80211_AUTH_MAX];
447 static const struct ieee80211_authenticator auth_internal = {
467 const struct ieee80211_authenticator *
479 const struct ieee80211_authenticator *auth) in ieee80211_authenticator_register()
H A Dieee80211_ioctl.c2661 const struct ieee80211_authenticator *auth; in ieee80211_ioctl_set80211()