Home
last modified time | relevance | path

Searched defs:interfaces (Results 1 – 25 of 72) sorted by relevance

123

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_main.c267 hostapd_interface_init(struct hapd_interfaces *interfaces, const char *if_name, in hostapd_interface_init()
330 struct hapd_interfaces *interfaces = signal_ctx; in handle_reload() local
344 static int hostapd_global_init(struct hapd_interfaces *interfaces, in hostapd_global_init()
521 static int hostapd_get_global_ctrl_iface(struct hapd_interfaces *interfaces, in hostapd_get_global_ctrl_iface()
551 static int hostapd_get_ctrl_iface_group(struct hapd_interfaces *interfaces, in hostapd_get_ctrl_iface_group()
639 struct hapd_interfaces *interfaces = eloop_ctx; in hostapd_periodic() local
650 struct hapd_interfaces interfaces; in ap_main() local
Dap_ctrl_iface.c4450 static int hostapd_ctrl_iface_add(struct hapd_interfaces *interfaces, in hostapd_ctrl_iface_add()
4461 static int hostapd_ctrl_iface_remove(struct hapd_interfaces *interfaces, in hostapd_ctrl_iface_remove()
4472 static int hostapd_global_ctrl_iface_attach(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_attach()
4481 static int hostapd_global_ctrl_iface_detach(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_detach()
4489 static void hostapd_ctrl_iface_flush(struct hapd_interfaces *interfaces) in hostapd_ctrl_iface_flush()
4519 hostapd_global_ctrl_iface_fst_attach(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_fst_attach()
4547 hostapd_global_ctrl_iface_fst_detach(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_fst_detach()
4571 hostapd_interfaces_get_hapd(struct hapd_interfaces *interfaces, in hostapd_interfaces_get_hapd()
4656 hostapd_global_ctrl_iface_interfaces(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_interfaces()
4701 hostapd_global_ctrl_iface_dup_network(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_dup_network()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
Dap_main.c260 hostapd_interface_init(struct hapd_interfaces *interfaces, const char *if_name, in hostapd_interface_init()
323 struct hapd_interfaces *interfaces = signal_ctx; in handle_reload() local
337 static int hostapd_global_init(struct hapd_interfaces *interfaces, in hostapd_global_init()
513 static int hostapd_get_global_ctrl_iface(struct hapd_interfaces *interfaces, in hostapd_get_global_ctrl_iface()
543 static int hostapd_get_ctrl_iface_group(struct hapd_interfaces *interfaces, in hostapd_get_ctrl_iface_group()
631 struct hapd_interfaces *interfaces = eloop_ctx; in hostapd_periodic() local
642 struct hapd_interfaces interfaces; in ap_main() local
Dap_ctrl_iface.c3802 static int hostapd_ctrl_iface_add(struct hapd_interfaces *interfaces, in hostapd_ctrl_iface_add()
3813 static int hostapd_ctrl_iface_remove(struct hapd_interfaces *interfaces, in hostapd_ctrl_iface_remove()
3824 static int hostapd_global_ctrl_iface_attach(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_attach()
3833 static int hostapd_global_ctrl_iface_detach(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_detach()
3841 static void hostapd_ctrl_iface_flush(struct hapd_interfaces *interfaces) in hostapd_ctrl_iface_flush()
3864 hostapd_global_ctrl_iface_fst_attach(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_fst_attach()
3892 hostapd_global_ctrl_iface_fst_detach(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_fst_detach()
3916 hostapd_interfaces_get_hapd(struct hapd_interfaces *interfaces, in hostapd_interfaces_get_hapd()
4001 hostapd_global_ctrl_iface_interfaces(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_interfaces()
4046 hostapd_global_ctrl_iface_dup_network(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_dup_network()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/
Ddbus_new_introspect.c20 struct interfaces { struct
27 static struct interfaces * add_interface(struct dl_list *list, in add_interface() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
Ddbus_new_introspect.c20 struct interfaces { struct
27 static struct interfaces * add_interface(struct dl_list *list, in add_interface() argument
/third_party/mbedtls/docs/architecture/testing/
Ddriver-interface-test-strategy.md11 #### Opaque driver interface
17 #### Dynamic secure element driver interface
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dhostapd.c69 int hostapd_for_each_interface(struct hapd_interfaces *interfaces, in hostapd_for_each_interface()
204 struct hapd_interfaces *interfaces = iface->interfaces; in hostapd_reload_config() local
2099 struct hapd_interfaces *interfaces = iface->interfaces; in hostapd_setup_interface_complete() local
2338 struct hostapd_iface * hostapd_init(struct hapd_interfaces *interfaces, in hostapd_init()
2392 static int ifname_in_use(struct hapd_interfaces *interfaces, const char *ifname) in ifname_in_use()
2421 hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy, in hostapd_interface_init_bss()
2681 hostapd_iface_alloc(struct hapd_interfaces *interfaces) in hostapd_iface_alloc()
2705 hostapd_config_alloc(struct hapd_interfaces *interfaces, const char *ifname, in hostapd_config_alloc()
2793 int hostapd_add_iface(struct hapd_interfaces *interfaces, char *buf) in hostapd_add_iface()
2999 int hostapd_remove_iface(struct hapd_interfaces *interfaces, char *buf) in hostapd_remove_iface()
[all …]
Dvlan_full.c54 struct hapd_interfaces *interfaces; in dyn_iface_get() local
90 struct hapd_interfaces *interfaces; in dyn_iface_put() local
Deth_p_oui.c94 struct hapd_interfaces *interfaces; in eth_p_oui_register() local
/third_party/node/test/fixtures/wpt/wasm/jsapi/
Dinterface.any.js73 const interfaces = [ variable
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dhostapd.c71 int hostapd_for_each_interface(struct hapd_interfaces *interfaces, in hostapd_for_each_interface()
215 struct hapd_interfaces *interfaces = iface->interfaces; in hostapd_reload_config() local
2250 struct hapd_interfaces *interfaces = iface->interfaces; in hostapd_setup_interface_complete() local
2498 struct hostapd_iface * hostapd_init(struct hapd_interfaces *interfaces, in hostapd_init()
2552 static int ifname_in_use(struct hapd_interfaces *interfaces, const char *ifname) in ifname_in_use()
2581 hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy, in hostapd_interface_init_bss()
2855 hostapd_iface_alloc(struct hapd_interfaces *interfaces) in hostapd_iface_alloc()
2879 hostapd_config_alloc(struct hapd_interfaces *interfaces, const char *ifname, in hostapd_config_alloc()
2967 int hostapd_add_iface(struct hapd_interfaces *interfaces, char *buf) in hostapd_add_iface()
3173 int hostapd_remove_iface(struct hapd_interfaces *interfaces, char *buf) in hostapd_remove_iface()
[all …]
Dvlan_full.c54 struct hapd_interfaces *interfaces; in dyn_iface_get() local
90 struct hapd_interfaces *interfaces; in dyn_iface_put() local
Deth_p_oui.c94 struct hapd_interfaces *interfaces; in eth_p_oui_register() local
/third_party/libuv/test/
Dtest-platform-output.c41 uv_interface_address_t* interfaces; in TEST_IMPL() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_code_generator.h28 std::string interfaces; member
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_code_generator.h28 std::string interfaces; member
/third_party/spirv-tools/test/val/
Dval_code_generator.h28 std::string interfaces; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/
Dmeson.build10 subdir('interfaces') subdir
/third_party/node/test/internet/
Dtest-dgram-broadcast-multi-process.js47 const interfaces = networkInterfaces[name]; constant
Dtest-dgram-multicast-ssm-multi-process.js28 const interfaces = networkInterfaces[name]; constant
Dtest-dgram-multicast-ssmv6-multi-process.js28 const interfaces = networkInterfaces[name]; constant
/third_party/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc291 std::string interfaces = "// @@protoc_insertion_point(message_implements:" + in ExtraMessageInterfaces() local
298 std::string interfaces = "// @@protoc_insertion_point(builder_implements:" + in ExtraBuilderInterfaces() local
304 std::string interfaces = "// @@protoc_insertion_point(interface_extends:" + in ExtraMessageOrBuilderInterfaces() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderProgramInterfaces.cpp332 const glw::GLenum interfaces[] = { in iterate() local
/third_party/node/test/parallel/
Dtest-os.js130 const interfaces = os.networkInterfaces(); constant

123