Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/ap/
Dieee802_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()
Dieee802_11_auth.h14 HOSTAPD_ACL_ACCEPT = 1, enumerator
Ddrv_callbacks.c193 hostapd_check_acl(hapd, addr, NULL) != HOSTAPD_ACL_ACCEPT) { in hostapd_notif_assoc()