Searched refs:HOSTAPD_ACL_REJECT (Results 1 - 8 of 8) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_11_auth.c | 172 * Returns: HOSTAPD_ACL_ACCEPT, HOSTAPD_ACL_REJECT, or HOSTAPD_ACL_PENDING 183 return HOSTAPD_ACL_REJECT; in hostapd_check_acl() 188 return HOSTAPD_ACL_REJECT; in hostapd_check_acl() 208 * Returns: HOSTAPD_ACL_ACCEPT, HOSTAPD_ACL_REJECT, or HOSTAPD_ACL_PENDING 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() [all...] |
H A D | ieee802_11_auth.h | 13 HOSTAPD_ACL_REJECT = 0, enumerator
|
H A D | ieee802_11.c | 2310 if (res == HOSTAPD_ACL_REJECT) { in ieee802_11_allowed_address() 2314 return HOSTAPD_ACL_REJECT; in ieee802_11_allowed_address() 3745 if (res == HOSTAPD_ACL_REJECT) { in handle_auth() 5563 if (acl_res == HOSTAPD_ACL_REJECT) { in handle_assoc()
|
H A D | beacon.c | 869 if (ret == HOSTAPD_ACL_REJECT) { in handle_probe_req()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ieee802_11_auth.c | 213 * Returns: HOSTAPD_ACL_ACCEPT, HOSTAPD_ACL_REJECT, or HOSTAPD_ACL_PENDING 224 return HOSTAPD_ACL_REJECT; in hostapd_check_acl() 229 return HOSTAPD_ACL_REJECT; in hostapd_check_acl() 248 * Returns: HOSTAPD_ACL_ACCEPT, HOSTAPD_ACL_REJECT, or HOSTAPD_ACL_PENDING 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() [all...] |
H A D | ieee802_11_auth.h | 13 HOSTAPD_ACL_REJECT = 0, enumerator
|
H A D | ieee802_11.c | 1950 if (res == HOSTAPD_ACL_REJECT) { in ieee802_11_allowed_address() 1956 return HOSTAPD_ACL_REJECT; in ieee802_11_allowed_address() 2200 if (res == HOSTAPD_ACL_REJECT) { in handle_auth() 3957 if (acl_res == HOSTAPD_ACL_REJECT) { in handle_assoc()
|
H A D | beacon.c | 761 if (ret == HOSTAPD_ACL_REJECT) { in handle_probe_req()
|
Completed in 23 milliseconds