Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/wpa/dist/src/ap/
Dieee802_11_auth.c220 return HOSTAPD_ACL_REJECT; in hostapd_check_acl()
225 return HOSTAPD_ACL_REJECT; in hostapd_check_acl()
264 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
282 if (res == HOSTAPD_ACL_REJECT) in hostapd_allowed_address()
283 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
296 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
302 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
310 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
318 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
330 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
[all …]
Dieee802_11_auth.h13 HOSTAPD_ACL_REJECT = 0, enumerator
Dieee802_11.c2339 if (res == HOSTAPD_ACL_REJECT) { in ieee802_11_allowed_address()
2343 return HOSTAPD_ACL_REJECT; in ieee802_11_allowed_address()
3074 if (res == HOSTAPD_ACL_REJECT) { in handle_auth()
5445 if (acl_res == HOSTAPD_ACL_REJECT) { in handle_assoc()
Dbeacon.c1374 if (ret == HOSTAPD_ACL_REJECT) { in handle_probe_req()