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.c224 return HOSTAPD_ACL_REJECT; in hostapd_check_acl()
229 return HOSTAPD_ACL_REJECT; in hostapd_check_acl()
282 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
302 if (res == HOSTAPD_ACL_REJECT) in hostapd_allowed_address()
303 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
324 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
330 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
338 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
346 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
358 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
[all …]
Dieee802_11_auth.h13 HOSTAPD_ACL_REJECT = 0, enumerator
Dieee802_11.c1945 if (res == HOSTAPD_ACL_REJECT) { in ieee802_11_allowed_address()
1951 return HOSTAPD_ACL_REJECT; in ieee802_11_allowed_address()
2195 if (res == HOSTAPD_ACL_REJECT) { in handle_auth()
3792 if (acl_res == HOSTAPD_ACL_REJECT) { in handle_assoc()
Dbeacon.c759 if (ret == HOSTAPD_ACL_REJECT) { in handle_probe_req()