Searched refs:HOSTAPD_ACL_REJECT (Results 1 – 3 of 3) sorted by relevance
224 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 …]
13 HOSTAPD_ACL_REJECT = 0, enumerator
1089 if (res == HOSTAPD_ACL_REJECT) { in handle_auth()