Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/ap/
H A Dieee802_11_auth.c214 if (hostapd_maclist_found(hapd->conf->accept_mac, in hostapd_check_acl()
218 if (hostapd_maclist_found(hapd->conf->deny_mac, in hostapd_check_acl()
H A Dctrl_iface_ap.c1522 if (hostapd_maclist_found(*acl, *num, addr, &vlan_id)) in hostapd_ctrl_iface_acl_del_mac()
1574 if (!hostapd_maclist_found(*acl, *num, addr, &vlan_id)) { in hostapd_ctrl_iface_acl_add_mac()
1593 if (!hostapd_maclist_found(hapd->conf->accept_mac, in hostapd_disassoc_accept_mac()
1612 if (hostapd_maclist_found(hapd->conf->deny_mac, in hostapd_disassoc_deny_mac()
H A Dap_config.h1374 int hostapd_maclist_found(struct mac_acl_entry *list, int num_entries,
H A Dap_config.c1056 int hostapd_maclist_found(struct mac_acl_entry *list, int num_entries, in hostapd_maclist_found() function