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

  /src/sys/net80211/
ieee80211_var.h 211 const struct ieee80211_aclator *ic_acl; member in struct:ieee80211com
ieee80211_proto.c 158 if (ic->ic_acl != NULL)
159 ic->ic_acl->iac_detach(ic);
ieee80211_ioctl.c 1311 const struct ieee80211_aclator *acl = ic->ic_acl;
1829 const struct ieee80211_aclator *acl = ic->ic_acl;
1841 ic->ic_acl = acl;
1853 const struct ieee80211_aclator *acl = ic->ic_acl;
1863 ic->ic_acl = acl;
1874 ic->ic_acl = NULL;
ieee80211_input.c 2484 if (ic->ic_acl != NULL && !ic->ic_acl->iac_check(ic, wh->i_addr2)) {

Completed in 17 milliseconds