Home
last modified time | relevance | path

Searched defs:self (Results 1 – 25 of 40) sorted by relevance

12

/hostap-3.7.0/tests/hwsim/
Dtest_dbus.py64 def __init__(self, bus): argument
69 def __exit__(self, type, value, traceback): argument
73 def add_signal(self, handler, interface, name, byte_arrays=False): argument
79 def timeout(self, *args): argument
85 def __init__(self, dev, count, funcs, operation="Operation", argument
92 def __enter__(self): argument
96 def __exit__(self, type, value, traceback): argument
466 def __init__(self, bus): argument
472 def __enter__(self): argument
482 def propertiesChanged(self, properties): argument
[all …]
Dfst_module_aux.py154 def __init__(self, iface, fst_group, fst_pri, fst_llt=None, rsn=False): argument
169 def ifname(self): argument
172 def get_instance(self): argument
176 def get_own_mac_address(self): argument
180 def get_new_peer_addr(self): argument
183 def get_old_peer_addr(self): argument
186 def get_actual_peer_addr(self): argument
190 def grequest(self, req): argument
194 def wait_gevent(self, events, timeout=None): argument
198 def request(self, req): argument
[all …]
Dwpasupplicant.py21 def __init__(self, ifname=None, global_iface=None, hostname=None, argument
57 def __del__(self): argument
61 def close_control_ctrl(self): argument
66 def close_control_global(self): argument
71 def close_control(self): argument
75 def close_monitor_mon(self): argument
96 def close_monitor_global(self): argument
117 def close_monitor_group(self): argument
133 def close_monitor(self): argument
138 def cmd_execute(self, cmd_array, shell=False): argument
[all …]
Dhostapd.py27 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 remove(self, ifname): argument
107 def relog(self): argument
110 def flush(self): argument
[all …]
Dnetlink.py25 def __init__(self, attr_type, data, *values): argument
32 def _dump(self): argument
38 def __repr__(self): argument
41 def u16(self): argument
43 def s16(self): argument
45 def u32(self): argument
47 def s32(self): argument
49 def str(self): argument
51 def nulstr(self): argument
53 def nested(self): argument
[all …]
Dwlantest.py99 def __init__(self): argument
107 def cli_cmd(self, params): argument
117 def flush(self): argument
122 def relog(self): argument
127 def add_passphrase(self, passphrase): argument
132 def add_wepkey(self, key): argument
137 def info_bss(self, field, bssid): argument
143 def get_bss_counter(self, field, bssid): argument
152 def clear_bss_counters(self, bssid): argument
155 def info_sta(self, field, bssid, addr): argument
[all …]
Dremotehost.py52 def __init__(self, host=None, ifname=None, port=None, name="", user="root"): argument
66 def local_execute(self, command): argument
82 def execute(self, command): argument
104 def thread_run(self, command, res, use_reaper=True): argument
124 def thread_stop(self, t): argument
154 def thread_wait(self, t, wait=None): argument
164 def pending(self, s, timeout=0): argument
170 def proc_run(self, command): argument
189 def proc_wait_event(self, proc, events, timeout=10): argument
217 def proc_stop(self, proc): argument
[all …]
Drfkill.py51 def __init__(self, idx): argument
56 def idx(self): argument
60 def name(self): argument
64 def type(self): argument
73 def type_name(self): argument
77 def blocked(self): argument
85 def soft_blocked(self): argument
89 def soft_blocked(self, block): argument
96 def hard_blocked(self): argument
99 def block(self): argument
[all …]
Dtest_fst_config.py22 def __init__(self, iface, fst_group, fst_pri, fst_llt=None): argument
28 def ifname(self): argument
31 def is_ap(self): argument
35 def to_file(self, pathname): argument
43 def __init__(self, iface, ssid, mode, chan, fst_group, fst_pri, argument
50 def is_ap(self): argument
53 def get_channel(self): argument
56 def to_file(self, pathname): argument
80 def __init__(self, iface, fst_group, fst_pri, fst_llt=None): argument
83 def is_ap(self): argument
[all …]
Dhwsim.py23 def __init__(self): argument
27 def create_radio(self, n_channels=None, use_chanctx=False, argument
43 def destroy_radio(self, radio_id): argument
52 def __init__(self, n_channels=None, use_chanctx=False, argument
59 def __enter__(self): argument
73 def __exit__(self, type, value, traceback): argument
Dradius_das.py13 def __init__(self, code=pyrad.packet.DisconnectRequest, id=None, argument
18 def RequestPacket(self): argument
33 def __init__(self, code=pyrad.packet.CoARequest, id=None, argument
38 def RequestPacket(self): argument
Dfst_test_common.py26 def __init__(self): argument
30 def start(self): argument
35 def stop(self): argument
40 def add_ap(self, ifname, chan): argument
Dutils.py29 def __init__(self, reason): argument
31 def __str__(self): argument
39 def __init__(self, dev, count, funcs): argument
43 def __enter__(self): argument
47 def __exit__(self, type, value, traceback): argument
53 def __init__(self, dev, count, funcs): argument
57 def __enter__(self): argument
61 def __exit__(self, type, value, traceback): argument
/hostap-3.7.0/wpaspy/
Dwpaspy.py17 def __init__(self, path, port=9877): argument
66 def __del__(self): argument
69 def close(self): argument
83 def request(self, cmd, timeout=10): argument
104 def attach(self): argument
113 def detach(self): argument
127 def terminate(self): argument
137 def pending(self, timeout=0): argument
143 def recv(self): argument
Dwpaspy.c24 static int wpaspy_open(struct wpaspy_obj *self, PyObject *args) in wpaspy_open()
38 static void wpaspy_close(struct wpaspy_obj *self) in wpaspy_close()
51 static PyObject * wpaspy_request(struct wpaspy_obj *self, PyObject *args) in wpaspy_request()
78 static PyObject * wpaspy_attach(struct wpaspy_obj *self) in wpaspy_attach()
94 static PyObject * wpaspy_detach(struct wpaspy_obj *self) in wpaspy_detach()
110 static PyObject * wpaspy_pending(struct wpaspy_obj *self) in wpaspy_pending()
126 static PyObject * wpaspy_recv(struct wpaspy_obj *self) in wpaspy_recv()
/hostap-3.7.0/wpa_supplicant/
Deapol_test.py23 def __init__(self, ifname): argument
31 def add_network(self): argument
37 def remove_network(self, id): argument
43 def set_network(self, id, field, value): argument
49 def set_network_quoted(self, id, field, value): argument
55 def request(self, cmd, timeout=10): argument
58 def wait_event(self, events, timeout=10): argument
/hostap-3.7.0/wpa_supplicant/examples/
Ddpp-nfc.py283 def __init__(self, handover, llc): argument
287 def recv_records(self, timeout=None): argument
298 def recv_octets(self, timeout=None): argument
526 def __init__(self, handover, llc): argument
534 def serve(self, socket): argument
577 def process_handover_request_message(self, records): argument
920 def __init__(self): argument
926 def reset(self): argument
943 def start_handover_server(self, llc): argument
948 def close(self): argument
[all …]
/hostap-3.7.0/tests/hwsim/vm/
Dparallel-vm.py513 def leaveok(self, n): argument
515 def refresh(self): argument
517 def addstr(self, *args, **kw): argument
519 def move(self, x, y): argument
521 def clrtoeol(self): argument
/hostap-3.7.0/wpa_supplicant/examples/p2p/
Dp2p_invite.py62 def __init__(self,interface_name,wpas_dbus_interface,addr, argument
117 def constructArguements(self): argument
125 def run(self): argument
Dp2p_group_add.py64 def __init__(self,interface_name,wpas_dbus_interface,persistent,frequency, argument
123 def constructArguments(self): argument
139 def run(self): argument
Dp2p_connect.py78 def __init__(self,ifname,wpas_dbus_interface,addr, argument
150 def constructArguements(self): argument
207 def run(self): argument
Dp2p_flush.py49 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument
102 def run(self): argument
Dp2p_disconnect.py49 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument
102 def run(self): argument
Dp2p_listen.py50 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument
102 def run(self): argument
/hostap-3.7.0/hostapd/
Dwps-ap-nfc.py111 def __init__(self, llc): argument
118 def _process_request(self, request): argument
133 def process_request(self, request): argument

12