Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/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()