Lines Matching full:accepted
35 int accepted; /* HOSTAPD_ACL_* */ member
95 return entry->accepted; in hostapd_acl_cache_get()
542 cache->accepted = HOSTAPD_ACL_ACCEPT_TIMEOUT; in hostapd_acl_recv_radius()
544 cache->accepted = HOSTAPD_ACL_ACCEPT; in hostapd_acl_recv_radius()
582 cache->accepted = HOSTAPD_ACL_REJECT; in hostapd_acl_recv_radius()
596 cache->accepted = HOSTAPD_ACL_REJECT; in hostapd_acl_recv_radius()
598 cache->accepted = HOSTAPD_ACL_REJECT; in hostapd_acl_recv_radius()
604 bool success = cache->accepted == HOSTAPD_ACL_ACCEPT || in hostapd_acl_recv_radius()
605 cache->accepted == HOSTAPD_ACL_ACCEPT_TIMEOUT; in hostapd_acl_recv_radius()
615 (ieee802_11_set_radius_info(hapd, sta, cache->accepted, in hostapd_acl_recv_radius()
624 cache->accepted, in hostapd_acl_recv_radius()