Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dhostapd.h821 int hostapd_set_acl(struct hostapd_data *hapd);
Dhostapd.c1782 int hostapd_set_acl(struct hostapd_data *hapd) in hostapd_set_acl() function
2629 hostapd_set_acl(hapd); in hostapd_setup_interface_complete_sync()
/hostap-latest/hostapd/
Dctrl_iface.c4352 hostapd_set_acl(hapd)) in hostapd_ctrl_iface_receive_process()
4358 hostapd_set_acl(hapd) || in hostapd_ctrl_iface_receive_process()
4369 if (hostapd_set_acl(hapd) || in hostapd_ctrl_iface_receive_process()
4380 hostapd_set_acl(hapd) || in hostapd_ctrl_iface_receive_process()
4387 hostapd_set_acl(hapd)) in hostapd_ctrl_iface_receive_process()
4397 if (hostapd_set_acl(hapd)) in hostapd_ctrl_iface_receive_process()
/hostap-latest/wpa_supplicant/
Dap.c1792 return hostapd_set_acl(hapd); in ap_ctrl_iface_set_acl()