Searched refs:hostapd_remove_acl_mac (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/hostapd/ |
D | config_file.h | 19 void hostapd_remove_acl_mac(struct mac_acl_entry **acl, int *num,
|
D | ctrl_iface.c | 2825 hostapd_remove_acl_mac(acl, num, addr); in hostapd_ctrl_iface_acl_del_mac() 2835 hostapd_remove_acl_mac(acl, num, (*acl)[0].addr); in hostapd_ctrl_iface_acl_clear_list()
|
D | config_file.c | 157 void hostapd_remove_acl_mac(struct mac_acl_entry **acl, int *num, in hostapd_remove_acl_mac() function 219 hostapd_remove_acl_mac(acl, num, addr); in hostapd_config_read_maclist()
|