Lines Matching defs:self
27 def __init__(self, apdev=None, global_ctrl_override=None): argument
50 def cmd_execute(self, cmd_array, shell=False): argument
64 def request(self, cmd, timeout=10): argument
68 def wait_event(self, events, timeout): argument
85 def add(self, ifname, driver=None): argument
93 def add_iface(self, ifname, confname): argument
98 def add_bss(self, phy, confname, ignore_error=False): argument
104 def add_link(self, ifname, confname): argument
109 def remove(self, ifname): argument
112 def relog(self): argument
115 def flush(self): argument
118 def get_ctrl_iface_port(self, ifname): argument
138 def terminate(self): argument
145 def send_file(self, src, dst): argument
149 def __init__(self, ifname, bssidx=0, hostname=None, ctrl=hapd_ctrl, argument
167 def cmd_execute(self, cmd_array, shell=False): argument
181 def close_ctrl(self): argument
189 def own_addr(self): argument
194 def own_mld_addr(self): argument
199 def get_addr(self, group=False): argument
204 def request(self, cmd): argument
208 def ping(self): argument
211 def set(self, field, value): argument
218 def set_defaults(self, set_channel=True): argument
227 def set_open(self, ssid): argument
231 def set_wpa2_psk(self, ssid, passphrase): argument
239 def set_wpa_psk(self, ssid, passphrase): argument
247 def set_wpa_psk_mixed(self, ssid, passphrase): argument
256 def set_wep(self, ssid, key): argument
261 def enable(self): argument
265 def disable(self): argument
269 def link_remove(self, count=10): argument
273 def dump_monitor(self): argument
278 def wait_event(self, events, timeout): argument
297 def wait_sta(self, addr=None, timeout=2, wait_4way_hs=False): argument
312 def wait_sta_disconnect(self, addr=None, timeout=2): argument
320 def wait_4way_hs(self, addr=None, timeout=1): argument
328 def wait_ptkinitdone(self, addr, timeout=2): argument
340 def get_status(self): argument
349 def get_status_field(self, field): argument
355 def get_driver_status(self): argument
364 def get_driver_status_field(self, field): argument
370 def get_config(self): argument
379 def mgmt_rx(self, timeout=5): argument
404 def mgmt_tx(self, msg): argument
411 def get_sta(self, addr, info=None, next=False): argument
431 def get_mib(self, param=None): argument
444 def get_pmksa(self, addr): argument
459 def dpp_qr_code(self, uri): argument
465 def dpp_nfc_uri(self, uri): argument
471 def dpp_bootstrap_gen(self, type="qrcode", chan=None, mac=None, info=None, argument
496 def dpp_bootstrap_set(self, id, conf=None, configurator=None, ssid=None, argument
510 def dpp_listen(self, freq, netrole=None, qr=None, role=None): argument
521 def dpp_auth_init(self, peer=None, uri=None, conf=None, configurator=None, argument
558 def dpp_pkex_init(self, identifier, code, role=None, key=None, curve=None, argument
580 def dpp_pkex_resp(self, freq, identifier, code, key=None, curve=None, argument
592 def dpp_configurator_add(self, curve=None, key=None, argument
606 def dpp_configurator_remove(self, conf_id): argument
611 def note(self, txt): argument
614 def send_file(self, src, dst): argument
617 def get_ptksa(self, bssid, cipher): argument