Searched refs:iv_acl (Results 1 - 6 of 6) sorted by relevance

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_hostap.c960 if (vap->iv_acl != NULL &&
961 vap->iv_acl->iac_getpolicy(vap) == IEEE80211_MACCMD_POLICY_RADIUS) {
1107 if (vap->iv_acl != NULL &&
1108 vap->iv_acl->iac_getpolicy(vap) == IEEE80211_MACCMD_POLICY_RADIUS) {
1872 if (vap->iv_acl != NULL && !vap->iv_acl->iac_check(vap, wh)) {
1956 if (vap->iv_acl != NULL && !vap->iv_acl->iac_check(vap, wh)) {
H A Dieee80211_ioctl.c595 const struct ieee80211_aclator *acl = vap->iv_acl;
1666 const struct ieee80211_aclator *acl = vap->iv_acl;
1678 vap->iv_acl = acl;
1690 const struct ieee80211_aclator *acl = vap->iv_acl;
1701 vap->iv_acl = acl;
1712 vap->iv_acl = NULL;
H A Dieee80211_proto.c425 if (vap->iv_acl != NULL)
426 vap->iv_acl->iac_detach(vap);
H A Dieee80211_mesh.c1601 if (vap->iv_acl != NULL && !vap->iv_acl->iac_check(vap, wh)) {
1919 if (vap->iv_acl != NULL && !vap->iv_acl->iac_check(vap, wh)) {
H A Dieee80211_ddb.c475 db_printf(" acl %p", vap->iv_acl);
H A Dieee80211_var.h523 const struct ieee80211_aclator *iv_acl; /* acl glue */ member in struct:ieee80211vap

Completed in 62 milliseconds