Home
last modified time | relevance | path

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

123

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
Dap_main.c371 hostapd_interface_init(struct hapd_interfaces *interfaces, const char *if_name, in hostapd_interface_init()
434 struct hapd_interfaces *interfaces = signal_ctx; in handle_reload() local
448 static int hostapd_global_init(struct hapd_interfaces *interfaces, in hostapd_global_init()
634 static int hostapd_get_global_ctrl_iface(struct hapd_interfaces *interfaces, in hostapd_get_global_ctrl_iface()
664 static int hostapd_get_ctrl_iface_group(struct hapd_interfaces *interfaces, in hostapd_get_ctrl_iface_group()
752 struct hapd_interfaces *interfaces = eloop_ctx; in hostapd_periodic() local
760 static void hostapd_global_cleanup_mld(struct hapd_interfaces *interfaces) in hostapd_global_cleanup_mld()
787 struct hapd_interfaces interfaces; in ap_main() local
Dap_ctrl_iface.c5019 static int hostapd_ctrl_iface_add(struct hapd_interfaces *interfaces, in hostapd_ctrl_iface_add()
5030 static int hostapd_ctrl_iface_remove(struct hapd_interfaces *interfaces, in hostapd_ctrl_iface_remove()
5041 static int hostapd_global_ctrl_iface_attach(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_attach()
5050 static int hostapd_global_ctrl_iface_detach(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_detach()
5058 static void hostapd_ctrl_iface_flush(struct hapd_interfaces *interfaces) in hostapd_ctrl_iface_flush()
5102 hostapd_global_ctrl_iface_fst_attach(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_fst_attach()
5130 hostapd_global_ctrl_iface_fst_detach(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_fst_detach()
5154 hostapd_interfaces_get_hapd(struct hapd_interfaces *interfaces, in hostapd_interfaces_get_hapd()
5239 hostapd_global_ctrl_iface_interfaces(struct hapd_interfaces *interfaces, in hostapd_global_ctrl_iface_interfaces()
5284 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/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_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/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/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dhostapd.c82 int hostapd_for_each_interface(struct hapd_interfaces *interfaces, in hostapd_for_each_interface()
258 struct hapd_interfaces *interfaces = iface->interfaces; in hostapd_reload_config() local
2787 struct hapd_interfaces *interfaces = iface->interfaces; in hostapd_setup_interface_complete() local
3096 struct hapd_interfaces *interfaces) in hostapd_bss_setup_multi_link()
3158 static void hostapd_cleanup_unused_mlds(struct hapd_interfaces *interfaces) in hostapd_cleanup_unused_mlds()
3245 struct hostapd_iface * hostapd_init(struct hapd_interfaces *interfaces, in hostapd_init()
3301 static int ifname_in_use(struct hapd_interfaces *interfaces, const char *ifname) in ifname_in_use()
3330 hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy, in hostapd_interface_init_bss()
3678 hostapd_iface_alloc(struct hapd_interfaces *interfaces) in hostapd_iface_alloc()
3702 hostapd_config_alloc(struct hapd_interfaces *interfaces, const char *ifname, in hostapd_config_alloc()
[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.c36 uv_interface_address_t* interfaces; in TEST_IMPL() local
/third_party/spirv-tools/test/val/
Dval_code_generator.h28 std::string interfaces; member
/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/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/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.hpp284 GraphicsInterfaces interfaces; member
408 const GraphicsInterfaces& interfaces, in createInstanceContext()
558 const GraphicsInterfaces interfaces, in createTestsForAllStages()
DvktSpvAsmIndexingTests.cpp562 GraphicsInterfaces interfaces; in addGraphicsOutputComponentIndexingTests() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.hpp284 GraphicsInterfaces interfaces; member
408 const GraphicsInterfaces& interfaces, in createInstanceContext()
558 const GraphicsInterfaces interfaces, in createTestsForAllStages()
/third_party/mbedtls/docs/proposed/
Dpsa-driver-interface.md1363 #### Driver function parameter conventions
1371 #### Key derivation inputs and buffer ownership
/third_party/libuv/src/unix/
Dtcp.c228 uv_interface_address_t* interfaces; in uv__ipv6_link_local_scope_id() local
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps_upnp_i.h124 struct dl_list interfaces; /* struct upnp_wps_device_interface */ member

123