Home
last modified time | relevance | path

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

/dragonfly/sys/netproto/802_11/
H A Dieee80211_proto.h244 struct ieee80211_aclator { struct
260 void ieee80211_aclator_register(const struct ieee80211_aclator *); argument
261 void ieee80211_aclator_unregister(const struct ieee80211_aclator *);
262 const struct ieee80211_aclator *ieee80211_aclator_get(const char *name);
H A Dieee80211_var.h359 struct ieee80211_aclator;
482 const struct ieee80211_aclator *iv_acl; /* acl glue */
/dragonfly/sys/netproto/802_11/wlan/
H A Dieee80211_proto.c499 static const struct ieee80211_aclator *acl = NULL;
502 ieee80211_aclator_register(const struct ieee80211_aclator *iac) in ieee80211_aclator_register()
509 ieee80211_aclator_unregister(const struct ieee80211_aclator *iac) in ieee80211_aclator_unregister()
516 const struct ieee80211_aclator *
H A Dieee80211_ioctl.c609 const struct ieee80211_aclator *acl = vap->iv_acl; in ieee80211_ioctl_getmaccmd()
1639 const struct ieee80211_aclator *acl = vap->iv_acl; in ieee80211_ioctl_macmac()
1663 const struct ieee80211_aclator *acl = vap->iv_acl; in ieee80211_ioctl_setmaccmd()
/dragonfly/sys/netproto/802_11/wlan_acl/
H A Dieee80211_acl.c345 static const struct ieee80211_aclator mac = {