Home
last modified time | relevance | path

Searched refs:HOSTAPD_ACL_REJECT (Results 1 – 3 of 3) 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()
280 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
291 if (res == HOSTAPD_ACL_REJECT) in hostapd_allowed_address()
292 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
313 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
319 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
327 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
335 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
348 return HOSTAPD_ACL_REJECT; in hostapd_allowed_address()
[all …]
Dieee802_11_auth.h13 HOSTAPD_ACL_REJECT = 0, enumerator
Dieee802_11.c1089 if (res == HOSTAPD_ACL_REJECT) { in handle_auth()