Home
last modified time | relevance | path

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

/dragonfly/contrib/wpa_supplicant/src/ap/
HDieee802_11_auth.c220 return HOSTAPD_ACL_ACCEPT; in hostapd_check_acl()
227 return HOSTAPD_ACL_ACCEPT; in hostapd_check_acl()
289 return HOSTAPD_ACL_ACCEPT; in hostapd_allowed_address()
299 if (res == HOSTAPD_ACL_ACCEPT || in hostapd_allowed_address()
566 cache->accepted = HOSTAPD_ACL_ACCEPT; in hostapd_acl_recv_radius()
HDieee802_11_auth.h14 HOSTAPD_ACL_ACCEPT = 1, enumerator
HDdrv_callbacks.c193 hostapd_check_acl(hapd, addr, NULL) != HOSTAPD_ACL_ACCEPT) { in hostapd_notif_assoc()