Home
last modified time | relevance | path

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

/dflybsd-src/contrib/wpa_supplicant/src/ap/
H A Dieee802_11_auth.h19 int hostapd_check_acl(struct hostapd_data *hapd, const u8 *addr,
H A Dieee802_11_auth.c215 int hostapd_check_acl(struct hostapd_data *hapd, const u8 *addr, in hostapd_check_acl() function
276 res = hostapd_check_acl(hapd, addr, vlan_id); in hostapd_allowed_address()
H A Ddrv_callbacks.c193 hostapd_check_acl(hapd, addr, NULL) != HOSTAPD_ACL_ACCEPT) { in hostapd_notif_assoc()