Home
last modified time | relevance | path

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

/src/contrib/wpa/src/ap/
H A Dhostapd.h814 int hostapd_set_acl(struct hostapd_data *hapd);
H A Dhostapd.c1779 int hostapd_set_acl(struct hostapd_data *hapd) in hostapd_set_acl() function
2641 hostapd_set_acl(hapd); in hostapd_setup_interface_complete_sync()
/src/contrib/wpa/hostapd/
H A Dctrl_iface.c4337 hostapd_set_acl(hapd)) in hostapd_ctrl_iface_receive_process()
4343 hostapd_set_acl(hapd) || in hostapd_ctrl_iface_receive_process()
4354 if (hostapd_set_acl(hapd) || in hostapd_ctrl_iface_receive_process()
4365 hostapd_set_acl(hapd) || in hostapd_ctrl_iface_receive_process()
4372 hostapd_set_acl(hapd)) in hostapd_ctrl_iface_receive_process()
4382 if (hostapd_set_acl(hapd)) in hostapd_ctrl_iface_receive_process()
/src/contrib/wpa/wpa_supplicant/
H A Dap.c1792 return hostapd_set_acl(hapd); in ap_ctrl_iface_set_acl()