/hostap/src/utils/ |
D | wpa_debug.h | 29 #define wpa_printf(args...) do { } while (0) argument 40 #define wpa_dbg(args...) do { } while (0) argument 159 #define wpa_dbg(args...) wpa_msg(args) argument 165 #define wpa_msg(args...) do { } while (0) argument 166 #define wpa_msg_ctrl(args...) do { } while (0) argument 167 #define wpa_msg_global(args...) do { } while (0) argument 168 #define wpa_msg_global_ctrl(args...) do { } while (0) argument 169 #define wpa_msg_no_global(args...) do { } while (0) argument 170 #define wpa_msg_global_only(args...) do { } while (0) argument 286 #define hostapd_logger(args...) do { } while (0) argument
|
/hostap/tests/hwsim/ |
D | test_dbus.py | 81 def timeout(self, *args): 501 def run_sets(self, *args): 664 def wpsEvent(self, name, args): argument 671 def credentials(self, args): argument 677 def start_pbc(self, *args): 722 def wpsEvent(self, name, args): argument 728 def start_pbc(self, *args): 778 def wpsEvent(self, name, args): argument 785 def credentials(self, args): argument 791 def start_pin(self, *args): [all …]
|
D | hwsim.py | 82 def create(args): argument 86 def destroy(args): argument 118 args = parser.parse_args() variable
|
D | run-tests.py | 126 def __init__(self, logdir, testname, kmemleak, args): argument
|
D | utils.py | 43 def __init__(self, dev, count, funcs, *args):
|
D | test_p2ps.py | 132 def p2ps_parse_event(ev, *args):
|
/hostap/wpaspy/ |
D | wpaspy.c | 24 static int wpaspy_open(struct wpaspy_obj *self, PyObject *args) in wpaspy_open() 51 static PyObject * wpaspy_request(struct wpaspy_obj *self, PyObject *args) in wpaspy_request()
|
/hostap/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 3250 const char *args[] = {"ccmp", "none"}; in wpas_dbus_getter_capabilities() local 3293 const char *args[] = { in wpas_dbus_getter_capabilities() local 3368 const char *args[] = { in wpas_dbus_getter_capabilities() local 3462 const char *args[] = { "rsn", "wpa" }; in wpas_dbus_getter_capabilities() local 3490 const char *args[] = { "open", "shared", "leap" }; in wpas_dbus_getter_capabilities() local 4958 struct sta_handler_args *args = user_data; in wpas_dbus_getter_sta_address() local 4988 struct sta_handler_args *args = user_data; in wpas_dbus_getter_sta_aid() local 5018 struct sta_handler_args *args = user_data; in wpas_dbus_getter_sta_caps() local 5048 struct sta_handler_args *args = user_data; in wpas_dbus_getter_sta_rx_packets() local 5087 struct sta_handler_args *args = user_data; in wpas_dbus_getter_sta_tx_packets() local [all …]
|
D | dbus_new_helpers.h | 69 struct wpa_dbus_argument args[4]; member 81 struct wpa_dbus_argument args[4]; member
|
D | dbus_new_introspect.c | 67 const struct wpa_dbus_argument *args, int include_dir) in add_entry()
|
/hostap/ |
D | gen_compile_commands.py | 22 args = parser.parse_args() variable
|
/hostap/wpa_supplicant/binder/fi/w1/wpa_supplicant/ |
D | ISupplicant.aidl | 41 IIface CreateInterface(in PersistableBundle args); in CreateInterface()
|
/hostap/wpa_supplicant/examples/ |
D | dbus-listen-preq.py | 19 def ProbeRequest(args): argument
|
D | wpas-dbus-new-wps.py | 29 def wpsEvent(name, args): argument
|
/hostap/wpa_supplicant/examples/p2p/ |
D | p2p_flush.py | 122 options, args = getopt.getopt(sys.argv[1:],"hi:w:") variable
|
D | p2p_disconnect.py | 122 options, args = getopt.getopt(sys.argv[1:],"hi:w:") variable
|
D | p2p_listen.py | 123 options, args = getopt.getopt(sys.argv[1:],"hi:t:w:") variable
|
D | p2p_stop_find.py | 127 options, args = getopt.getopt(sys.argv[1:],"ht:i:w:") variable
|
D | p2p_find.py | 133 options, args = getopt.getopt(sys.argv[1:],"hi:t:w:") variable
|
D | p2p_invite.py | 151 options, args = getopt.getopt(sys.argv[1:],"hi:o:w:a:") variable
|
D | p2p_group_add.py | 169 options, args = getopt.getopt(sys.argv[1:],"hi:p:f:o:w:") variable
|
D | p2p_connect.py | 236 options, args = getopt.getopt(sys.argv[1:],"hi:m:a:p:g:w:") variable
|
/hostap/src/ap/ |
D | vlan_full.c | 137 unsigned long args[2]; in br_delif() local 192 unsigned long args[2]; in br_addif() local
|
/hostap/tests/hwsim/vm/ |
D | parallel-vm.py | 685 def addstr(self, *args, **kw):
|
/hostap/src/radius/ |
D | radius_server.c | 249 #define RADIUS_DEBUG(args...) \ argument 251 #define RADIUS_ERROR(args...) \ argument 253 #define RADIUS_DUMP(args...) \ argument 255 #define RADIUS_DUMP_ASCII(args...) \ argument
|