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.c183 return HOSTAPD_ACL_REJECT; in hostapd_check_acl()
188 return HOSTAPD_ACL_REJECT; in hostapd_check_acl()
227 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
245 if (res == HOSTAPD_ACL_REJECT) in hostapd_allowed_address()
246 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
259 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
265 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
273 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
281 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
293 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
[all …]
Dieee802_11_auth.h13 HOSTAPD_ACL_REJECT = 0, enumerator
Dieee802_11.c2277 if (res == HOSTAPD_ACL_REJECT) { in ieee802_11_allowed_address()
2281 return HOSTAPD_ACL_REJECT; in ieee802_11_allowed_address()
3591 if (res == HOSTAPD_ACL_REJECT) { in handle_auth()
5405 if (acl_res == HOSTAPD_ACL_REJECT) { in handle_assoc()
Dbeacon.c840 if (ret == HOSTAPD_ACL_REJECT) { in handle_probe_req()