Lines Matching +full:ctrl +full:- +full:len
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)
68 remaining = start + timeout - now
85 if len(conf):
103 ev = et.wait_event(["CTRL-EVENT-CONNECTED", "CTRL-EVENT-EAP-FAILURE"])
104 if ev is None or "CTRL-EVENT-CONNECTED" not in ev:
117 parser.add_argument('--ctrl', help='control interface directory')
118 parser.add_argument('--num', help='number of processes')
119 parser.add_argument('--iter', help='number of iterations')
120 parser.add_argument('--no-fast-reauth', action='store_true',
123 parser.add_argument('--conf', help='file of network conf items')
128 if args.ctrl:
130 wpas_ctrl = args.ctrl
137 if len(confitem) == 2: