Searched refs:dst_hapd (Results 1 – 2 of 2) sorted by relevance
/hostap-3.6.0/tests/hwsim/ |
D | test_hapd_ctrl.py | 586 dst_hapd = hostapd.add_ap(apdev[1], dst_params, no_enable=True) 593 dst_hapd.enable() 598 if "FAIL" in dst_hapd.request("STA " + addr): 628 dst_hapd = hostapd.add_ap(apdev[1], dst_params, no_enable=True) 635 dst_hapd.enable() 640 if "FAIL" in dst_hapd.request("STA " + addr):
|
/hostap-3.6.0/hostapd/ |
D | ctrl_iface.c | 4594 struct hostapd_data *dst_hapd, in hostapd_ctrl_iface_dup_param() argument 4644 res = hostapd_set_iface(dst_hapd->iconf, dst_hapd->conf, param, value); in hostapd_ctrl_iface_dup_param() 4706 struct hostapd_data *src_hapd, *dst_hapd; in hostapd_global_ctrl_iface_dup_network() local 4734 dst_hapd = hostapd_interfaces_get_hapd(interfaces, p_start); in hostapd_global_ctrl_iface_dup_network() 4735 if (!dst_hapd) { in hostapd_global_ctrl_iface_dup_network() 4742 return hostapd_ctrl_iface_dup_param(src_hapd, dst_hapd, p_start); in hostapd_global_ctrl_iface_dup_network()
|