Searched refs:HOSTAPD_ACL_ACCEPT (Results 1 - 6 of 6) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_11_auth.c | 172 * Returns: HOSTAPD_ACL_ACCEPT, HOSTAPD_ACL_REJECT, or HOSTAPD_ACL_PENDING 179 return HOSTAPD_ACL_ACCEPT; in hostapd_check_acl() 186 return HOSTAPD_ACL_ACCEPT; in hostapd_check_acl() 208 * Returns: HOSTAPD_ACL_ACCEPT, HOSTAPD_ACL_REJECT, or HOSTAPD_ACL_PENDING 234 return HOSTAPD_ACL_ACCEPT; in hostapd_allowed_address() 242 if (res == HOSTAPD_ACL_ACCEPT || in hostapd_allowed_address() 503 cache->accepted = HOSTAPD_ACL_ACCEPT; in hostapd_acl_recv_radius()
|
H A D | ieee802_11_auth.h | 14 HOSTAPD_ACL_ACCEPT = 1, enumerator
|
H A D | drv_callbacks.c | 244 hostapd_check_acl(hapd, addr, NULL) != HOSTAPD_ACL_ACCEPT) { in hostapd_notif_assoc()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ieee802_11_auth.c | 213 * Returns: HOSTAPD_ACL_ACCEPT, HOSTAPD_ACL_REJECT, or HOSTAPD_ACL_PENDING 220 return HOSTAPD_ACL_ACCEPT; in hostapd_check_acl() 227 return HOSTAPD_ACL_ACCEPT; in hostapd_check_acl() 248 * Returns: HOSTAPD_ACL_ACCEPT, HOSTAPD_ACL_REJECT, or HOSTAPD_ACL_PENDING 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()
|
H A D | ieee802_11_auth.h | 14 HOSTAPD_ACL_ACCEPT = 1, enumerator
|
H A D | drv_callbacks.c | 206 hostapd_check_acl(hapd, addr, NULL) != HOSTAPD_ACL_ACCEPT) { in hostapd_notif_assoc()
|
Completed in 7 milliseconds