Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/hostapd/
Dconfig_file.h17 int hostapd_add_acl_maclist(struct mac_acl_entry **acl, int *num,
Dconfig_file.c135 int hostapd_add_acl_maclist(struct mac_acl_entry **acl, int *num, in hostapd_add_acl_maclist() function
231 if (hostapd_add_acl_maclist(acl, num, vlan_id, addr) < 0) { in hostapd_config_read_maclist()
Dctrl_iface.c2877 ret = hostapd_add_acl_maclist(acl, num, vlanid, addr); in hostapd_ctrl_iface_acl_add_mac()