Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:Ctrl

25         self.ctrl = wpaspy.Ctrl(os.path.join(wpas_ctrl, ifname))
26 if "PONG" not in self.ctrl.request("PING"):
28 self.mon = wpaspy.Ctrl(os.path.join(wpas_ctrl, ifname))
56 return self.ctrl.request(cmd, timeout=timeout)
97 ev = et.wait_event(["CTRL-EVENT-CONNECTED", "CTRL-EVENT-EAP-FAILURE"])
98 if ev is None or "CTRL-EVENT-CONNECTED" not in ev:
111 parser.add_argument('--ctrl', help='control interface directory')
121 if args.ctrl:
123 wpas_ctrl = args.ctrl