Home
last modified time | relevance | path

Searched refs:HOSTAPD_ACL_ACCEPT (Results 1 – 3 of 3) sorted by relevance

/src/contrib/wpa/src/ap/
H A Dieee802_11_auth.c216 return HOSTAPD_ACL_ACCEPT; in hostapd_check_acl()
223 return HOSTAPD_ACL_ACCEPT; in hostapd_check_acl()
271 return HOSTAPD_ACL_ACCEPT; in hostapd_allowed_address()
279 if (res == HOSTAPD_ACL_ACCEPT || in hostapd_allowed_address()
544 cache->accepted = HOSTAPD_ACL_ACCEPT; in hostapd_acl_recv_radius()
604 bool success = cache->accepted == HOSTAPD_ACL_ACCEPT || in hostapd_acl_recv_radius()
H A Dieee802_11_auth.h14 HOSTAPD_ACL_ACCEPT = 1, enumerator
H A Ddrv_callbacks.c408 hostapd_check_acl(hapd, addr, NULL) != HOSTAPD_ACL_ACCEPT) { in hostapd_notif_assoc()