Searched refs:hostapd_add_acl_maclist (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/hostapd/ |
D | config_file.h | 17 int hostapd_add_acl_maclist(struct mac_acl_entry **acl, int *num,
|
D | config_file.c | 135 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()
|
D | ctrl_iface.c | 2877 ret = hostapd_add_acl_maclist(acl, num, vlanid, addr); in hostapd_ctrl_iface_acl_add_mac()
|