Home
last modified time | relevance | path

Searched refs:HOSTAPD_ACL_REJECT (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/ap/
Dieee802_11_auth.c217 return HOSTAPD_ACL_REJECT; in hostapd_check_acl()
222 return HOSTAPD_ACL_REJECT; in hostapd_check_acl()
261 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
279 if (res == HOSTAPD_ACL_REJECT) in hostapd_allowed_address()
280 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
293 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
299 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
307 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
315 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
327 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
[all …]
Dieee802_11_auth.h13 HOSTAPD_ACL_REJECT = 0, enumerator
Dieee802_11.c2225 if (res == HOSTAPD_ACL_REJECT) { in ieee802_11_allowed_address()
2229 return HOSTAPD_ACL_REJECT; in ieee802_11_allowed_address()
2911 if (res == HOSTAPD_ACL_REJECT) { in handle_auth()
4788 if (acl_res == HOSTAPD_ACL_REJECT) { in handle_assoc()
Dbeacon.c1043 if (ret == HOSTAPD_ACL_REJECT) { in handle_probe_req()