Lines Matching refs:ctrl
41 self.ctrl = wpaspy.Ctrl(global_ctrl)
45 self.ctrl = wpaspy.Ctrl(hostname, port)
66 return self.ctrl.request(cmd, timeout)
142 self.ctrl.terminate()
143 self.ctrl = None
149 def __init__(self, ifname, bssidx=0, hostname=None, ctrl=hapd_ctrl, argument
155 self.ctrl = wpaspy.Ctrl(os.path.join(ctrl, ifname))
156 self.mon = wpaspy.Ctrl(os.path.join(ctrl, ifname))
159 self.ctrl = wpaspy.Ctrl(hostname, port)
186 self.ctrl.close()
187 self.ctrl = None
206 return self.ctrl.request(cmd)
752 hapd = Hostapd(ifname, hostname=hostname, ctrl=ctrl_iface, port=port)