HomeSort by: relevance | last modified time | path
    Searched refs:ieee80211_aclator (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/net80211/
ieee80211_proto.h 165 struct ieee80211_aclator { struct
181 void ieee80211_aclator_register(const struct ieee80211_aclator *);
182 void ieee80211_aclator_unregister(const struct ieee80211_aclator *);
183 const struct ieee80211_aclator *ieee80211_aclator_get(const char *name);
ieee80211_var.h 90 struct ieee80211_aclator;
211 const struct ieee80211_aclator *ic_acl;
ieee80211_acl.c 308 static const struct ieee80211_aclator mac = {
ieee80211_proto.c 234 static const struct ieee80211_aclator *acl = NULL;
237 ieee80211_aclator_register(const struct ieee80211_aclator *iac)
244 ieee80211_aclator_unregister(const struct ieee80211_aclator *iac)
251 const struct ieee80211_aclator *
ieee80211_ioctl.c 1311 const struct ieee80211_aclator *acl = ic->ic_acl;
1829 const struct ieee80211_aclator *acl = ic->ic_acl;
1853 const struct ieee80211_aclator *acl = ic->ic_acl;

Completed in 31 milliseconds