Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dap_config.h1417 int hostapd_add_acl_maclist(struct mac_acl_entry **acl, int *num,
Dap_config.c1766 int hostapd_add_acl_maclist(struct mac_acl_entry **acl, int *num, in hostapd_add_acl_maclist() function
Dctrl_iface_ap.c1575 ret = hostapd_add_acl_maclist(acl, num, vlanid, addr); in hostapd_ctrl_iface_acl_add_mac()
/hostap-latest/hostapd/
Dconfig_file.c179 if (hostapd_add_acl_maclist(acl, num, vlan_id, addr) < 0) { in hostapd_config_read_maclist()