Lines Matching defs:self
28 def __init__(self, apdev=None, global_ctrl_override=None): argument
65 def cmd_execute(self, cmd_array, shell=False): argument
79 def request(self, cmd, timeout=10): argument
83 def wait_event(self, events, timeout): argument
100 def add(self, ifname, driver=None): argument
108 def add_iface(self, ifname, confname): argument
113 def add_bss(self, phy, confname, ignore_error=False): argument
119 def add_link(self, ifname, confname): argument
124 def remove(self, ifname): argument
127 def relog(self): argument
130 def flush(self): argument
133 def get_ctrl_iface_port(self, ifname): argument
156 def terminate(self): argument
163 def send_file(self, src, dst): argument
167 def __init__(self, ifname, bssidx=0, hostname=None, ctrl=hapd_ctrl, argument
194 def cmd_execute(self, cmd_array, shell=False): argument
208 def close_ctrl(self): argument
216 def own_addr(self): argument
221 def own_mld_addr(self): argument
226 def get_addr(self, group=False): argument
231 def request(self, cmd): argument
235 def ping(self): argument
238 def set(self, field, value): argument
245 def set_defaults(self, set_channel=True): argument
254 def set_open(self, ssid): argument
258 def set_wpa2_psk(self, ssid, passphrase): argument
266 def set_wpa_psk(self, ssid, passphrase): argument
274 def set_wpa_psk_mixed(self, ssid, passphrase): argument
283 def set_wep(self, ssid, key): argument
288 def enable(self): argument
292 def disable(self): argument
296 def link_remove(self, count=10): argument
300 def dump_monitor(self): argument
305 def wait_event(self, events, timeout): argument
324 def wait_sta(self, addr=None, timeout=2, wait_4way_hs=False): argument
339 def wait_sta_disconnect(self, addr=None, timeout=2): argument
347 def wait_4way_hs(self, addr=None, timeout=1): argument
355 def wait_ptkinitdone(self, addr, timeout=2): argument
367 def get_status(self): argument
376 def get_status_field(self, field): argument
382 def get_driver_status(self): argument
391 def get_driver_status_field(self, field): argument
397 def get_config(self): argument
406 def mgmt_rx(self, timeout=5): argument
431 def mgmt_tx(self, msg): argument
438 def get_sta(self, addr, info=None, next=False): argument
458 def get_mib(self, param=None): argument
471 def get_pmksa(self, addr): argument
486 def dpp_qr_code(self, uri): argument
492 def dpp_nfc_uri(self, uri): argument
498 def dpp_bootstrap_gen(self, type="qrcode", chan=None, mac=None, info=None, argument
523 def dpp_bootstrap_set(self, id, conf=None, configurator=None, ssid=None, argument
537 def dpp_listen(self, freq, netrole=None, qr=None, role=None): argument
548 def dpp_auth_init(self, peer=None, uri=None, conf=None, configurator=None, argument
585 def dpp_pkex_init(self, identifier, code, role=None, key=None, curve=None, argument
607 def dpp_pkex_resp(self, freq, identifier, code, key=None, curve=None, argument
619 def dpp_configurator_add(self, curve=None, key=None, argument
633 def dpp_configurator_remove(self, conf_id): argument
638 def note(self, txt): argument
641 def send_file(self, src, dst): argument
644 def get_ptksa(self, bssid, cipher): argument