Home
last modified time | relevance | path

Searched refs:acl_res (Results 1 - 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dieee802_11.c3949 int acl_res; in handle_assoc() local
3953 acl_res = ieee802_11_allowed_address( in handle_assoc()
3957 if (acl_res == HOSTAPD_ACL_REJECT) { in handle_assoc()
3965 if (acl_res == HOSTAPD_ACL_PENDING) in handle_assoc()
3980 acl_res = ieee802_11_set_radius_info( in handle_assoc()
3981 hapd, sta, acl_res, session_timeout, in handle_assoc()
3984 if (acl_res) { in handle_assoc()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dieee802_11.c5557 int acl_res; in handle_assoc() local
5560 acl_res = ieee802_11_allowed_address(hapd, mgmt->sa, in handle_assoc()
5563 if (acl_res == HOSTAPD_ACL_REJECT) { in handle_assoc()
5571 if (acl_res == HOSTAPD_ACL_PENDING) in handle_assoc()
5586 acl_res = ieee802_11_set_radius_info( in handle_assoc()
5587 hapd, sta, acl_res, &info); in handle_assoc()
5588 if (acl_res) { in handle_assoc()

Completed in 14 milliseconds