Lines Matching +full:0 +full:- +full:mon
28 self.mon = wpaspy.Ctrl(os.path.join(wpas_ctrl, ifname))
29 self.mon.attach()
61 while self.mon.pending():
62 ev = self.mon.recv()
68 remaining = start + timeout - now
69 if remaining <= 0:
71 if not self.mon.pending(timeout=remaining):
78 et.request("AP_SCAN 0")
80 et.request("SET fast_reauth 0")
90 et.set_network(id, "eapol_flags", "0")
98 et.set_network(id, "disabled", "0")
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')
138 conf[confitem[0].strip()] = confitem[1].strip()