Home
last modified time | relevance | path

Searched refs:interfaces (Results 1 – 25 of 439) sorted by relevance

12345678910>>...18

/freebsd/contrib/wpa/hostapd/
H A Dmain.c215 wpa_drivers[i]->global_init(iface->interfaces); in hostapd_driver_init()
358 hostapd_interface_init(struct hapd_interfaces *interfaces, const char *if_name, in hostapd_interface_init() argument
365 iface = hostapd_init(interfaces, config_fname); in hostapd_interface_init()
374 iface->interfaces = interfaces; in hostapd_interface_init()
421 struct hapd_interfaces *interfaces = signal_ctx; in handle_reload() local
424 hostapd_for_each_interface(interfaces, handle_reload_iface, NULL); in handle_reload()
435 static int hostapd_global_init(struct hapd_interfaces *interfaces, in hostapd_global_init() argument
453 interfaces->eloop_initialized = 1; in hostapd_global_init()
458 eloop_register_signal(SIGHUP, handle_reload, interfaces); in hostapd_global_init()
459 eloop_register_signal(SIGUSR1, handle_dump_state, interfaces); in hostapd_global_init()
[all …]
H A Dctrl_iface.c1288 dpp_controller_set_params(hapd->iface->interfaces->dpp, value); in hostapd_ctrl_iface_set()
3605 for (i = 0; i < iface->interfaces->count; ++i) { in hostapd_ctrl_iface_enable_mld()
3606 struct hostapd_iface *h_iface = iface->interfaces->iface[i]; in hostapd_ctrl_iface_enable_mld()
3643 for (i = 0; i < iface->interfaces->count; ++i) { in hostapd_ctrl_iface_disable_mld()
3644 struct hostapd_iface *h_iface = iface->interfaces->iface[i]; in hostapd_ctrl_iface_disable_mld()
3654 for (i = 0; i < iface->interfaces->count; ++i) { in hostapd_ctrl_iface_disable_mld()
3655 struct hostapd_iface *h_iface = iface->interfaces->iface[i]; in hostapd_ctrl_iface_disable_mld()
4425 res = dpp_bootstrap_gen(hapd->iface->interfaces->dpp, buf + 18); in hostapd_ctrl_iface_receive_process()
4434 if (dpp_bootstrap_remove(hapd->iface->interfaces->dpp, in hostapd_ctrl_iface_receive_process()
4440 uri = dpp_bootstrap_get_uri(hapd->iface->interfaces->dpp, in hostapd_ctrl_iface_receive_process()
[all …]
/freebsd/contrib/wpa/src/ap/
H A Dhostapd.c77 int hostapd_for_each_interface(struct hapd_interfaces *interfaces, in hostapd_for_each_interface() argument
84 for (i = 0; i < interfaces->count; i++) { in hostapd_for_each_interface()
85 if (!interfaces->iface[i]) in hostapd_for_each_interface()
87 ret = cb(interfaces->iface[i], ctx); in hostapd_for_each_interface()
253 struct hapd_interfaces *interfaces = iface->interfaces; in hostapd_reload_config() local
266 if (iface->interfaces == NULL || in hostapd_reload_config()
267 iface->interfaces->config_read_cb == NULL) in hostapd_reload_config()
269 newconf = iface->interfaces->config_read_cb(iface->config_fname); in hostapd_reload_config()
287 hostapd_remove_iface(interfaces, hapd->conf->iface); in hostapd_reload_config()
288 iface = hostapd_init(interfaces, fname); in hostapd_reload_config()
[all …]
H A Dutils.c108 if (hapd->iface->interfaces && in hostapd_prune_associations()
109 hapd->iface->interfaces->for_each_interface) in hostapd_prune_associations()
110 hapd->iface->interfaces->for_each_interface( in hostapd_prune_associations()
111 hapd->iface->interfaces, prune_associations, &data); in hostapd_prune_associations()
H A Deth_p_oui.c94 struct hapd_interfaces *interfaces; in eth_p_oui_register() local
104 interfaces = hapd->iface->interfaces; in eth_p_oui_register()
106 dl_list_for_each(iface, &interfaces->eth_p_oui, struct eth_p_oui_iface, in eth_p_oui_register()
128 dl_list_add_tail(&interfaces->eth_p_oui, &iface->list); in eth_p_oui_register()
H A Ddpp_hostapd.c61 bi = dpp_add_qr_code(hapd->iface->interfaces->dpp, cmd); in hostapd_dpp_qr_code()
80 dpp_controller_new_qr_code(hapd->iface->interfaces->dpp, bi); in hostapd_dpp_qr_code()
97 bi = dpp_add_nfc_uri(hapd->iface->interfaces->dpp, cmd); in hostapd_dpp_nfc_uri()
114 own_bi = dpp_bootstrap_get_id(hapd->iface->interfaces->dpp, atoi(pos)); in hostapd_dpp_nfc_handover_req()
122 peer_bi = dpp_add_nfc_uri(hapd->iface->interfaces->dpp, pos); in hostapd_dpp_nfc_handover_req()
145 own_bi = dpp_bootstrap_get_id(hapd->iface->interfaces->dpp, atoi(pos)); in hostapd_dpp_nfc_handover_sel()
153 peer_bi = dpp_add_nfc_uri(hapd->iface->interfaces->dpp, pos); in hostapd_dpp_nfc_handover_sel()
320 own_bi = dpp_bootstrap_get_id(hapd->iface->interfaces->dpp, in hostapd_dpp_pkex_done()
350 auth = dpp_auth_init(hapd->iface->interfaces->dpp, hapd->msg_ctx, in hostapd_dpp_pkex_done()
363 return dpp_tcp_auth(hapd->iface->interfaces->dpp, conn, auth, in hostapd_dpp_pkex_done()
[all …]
H A Dvlan_full.c54 struct hapd_interfaces *interfaces; in dyn_iface_get() local
56 interfaces = hapd->iface->interfaces; in dyn_iface_get()
57 dynamic_ifaces = &interfaces->vlan_priv; in dyn_iface_get()
90 struct hapd_interfaces *interfaces; in dyn_iface_put() local
93 interfaces = hapd->iface->interfaces; in dyn_iface_put()
94 dynamic_ifaces = &interfaces->vlan_priv; in dyn_iface_put()
/freebsd/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_introspect.c20 struct interfaces { struct
27 static struct interfaces * add_interface(struct dl_list *list, in add_interface() argument
30 struct interfaces *iface; in add_interface()
32 dl_list_for_each(iface, list, struct interfaces, list) { in add_interface()
37 iface = os_zalloc(sizeof(struct interfaces)); in add_interface()
100 struct interfaces *iface; in extract_interfaces_methods()
115 struct interfaces *iface; in extract_interfaces_signals()
130 struct interfaces *iface; in extract_interfaces_properties()
161 struct interfaces *iface, *n; in add_interfaces()
163 dl_list_for_each_safe(iface, n, list, struct interfaces, list) { in add_interfaces()
/freebsd/sys/contrib/device-tree/Bindings/media/i2c/
H A Dsony,imx214.txt22 - flash-leds: See ../video-interfaces.txt
23 - lens-focus: See ../video-interfaces.txt
27 Documentation/devicetree/bindings/media/video-interfaces.txt.
30 - data-lanes: check ../video-interfaces.txt
31 - link-frequencies: check ../video-interfaces.txt
32 - remote-endpoint: check ../video-interfaces.txt
H A Dnokia,smia.txt8 Documentation/devicetree/bindings/media/video-interfaces.txt .
12 Documentation/devicetree/bindings/media/video-interfaces.txt .
31 - flash-leds: See ../video-interfaces.txt
32 - lens-focus: See ../video-interfaces.txt
35 ../video-interfaces.txt .
H A Dimx290.txt5 interfaces. The sensor output is available via CMOS logic parallel SDR output,
24 Documentation/devicetree/bindings/media/video-interfaces.txt.
27 - data-lanes: check ../video-interfaces.txt
28 - link-frequencies: check ../video-interfaces.txt
29 - remote-endpoint: check ../video-interfaces.txt
H A Dov5647.txt4 OV5647 is a raw image sensor with MIPI CSI-2 and CCP2 image data interfaces
13 The common video interfaces bindings (see video-interfaces.txt) should be
H A Dtoshiba,et8ek8.txt6 Documentation/devicetree/bindings/media/video-interfaces.txt .
26 - flash-leds: See ../video-interfaces.txt
27 - lens-focus: See ../video-interfaces.txt
/freebsd/libexec/rc/rc.d/
H A Dbridge51 eval interfaces=\$autobridge_${bridge}
52 if [ -n "${interfaces}" ]; then
53 for i in ${interfaces}; do
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dsamsung-s5k6a3.txt4 S5K6A3(YX) is a raw image sensor with MIPI CSI-2 and CCP2 image data interfaces
26 The common video interfaces bindings (see video-interfaces.txt) should be
33 video-interfaces.txt. The sensor supports only one data lane.
H A Dsamsung-s5c73m3.txt7 slave device nodes corresponding to these control bus interfaces are required
36 The common video interfaces bindings (see video-interfaces.txt) should be used
49 video-interfaces.txt. This sensor doesn't support data lane remapping
/freebsd/contrib/wireguard-tools/
H A Dshow.c391 char *interfaces = ipc_list_devices(), *interface; in show_main() local
393 if (!interfaces) { in show_main()
397 ret = !!*interfaces; in show_main()
398 interface = interfaces; in show_main()
420 free(interfaces); in show_main()
422 char *interfaces, *interface; in show_main() local
428 interfaces = ipc_list_devices(); in show_main()
429 if (!interfaces) { in show_main()
433 interface = interfaces; in show_main()
436 free(interfaces); in show_main()
/freebsd/contrib/netbsd-tests/ipf/expected/
H A Df2930 interfaces: in X[nic0],X[] out X[nic3],X[]
36 interfaces: in X[nic0],X[] out X[nic2],X[]
42 interfaces: in X[nic0],X[] out X[nic1],X[]
48 interfaces: in X[nic0],X[] out X[nic0],X[]
/freebsd/sbin/pfctl/tests/files/
H A Dpf0009.in1 interfaces = "{ enc0, tun1000000 }"
3 block in on $interfaces all
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dfsl,audmix.txt5 audio interfaces. These are driven by two Synchronous Audio interface
8 from two interfaces into a single sample. Before mixing, audio samples of
10 Audio Mixer is also a serial audio interface. Like input interfaces it has
38 to SAI interfaces to be provided, the first SAI in the
/freebsd/sys/nfs/
H A Dbootp_subr.c175 STAILQ_HEAD(, bootpc_ifcontext) interfaces;
351 STAILQ_INSERT_TAIL(&gctx->interfaces, ifctx, next); in allocifctx()
568 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) { in bootpc_call()
576 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) { in bootpc_call()
697 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) { in bootpc_call()
720 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) { in bootpc_call()
796 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) in bootpc_call()
819 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) in bootpc_call()
835 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) in bootpc_call()
1558 STAILQ_INIT(&gctx->interfaces); in bootpc_init()
[all …]
/freebsd/libexec/rc/
H A Dnetwork.subr145 # interfaces.
616 # interfaces.
1252 # Create IEEE802.11 interfaces.
1288 echo "Created wlan(4) interfaces: ${_list# }."
1294 # Destroy IEEE802.11 interfaces.
1321 echo "Destroyed wlan(4) interfaces: ${_list# }."
1327 # Create cloneable interfaces.
1411 echo "Created clone interfaces: ${_list# }."
1417 # Destroy cloned interfaces. Destroyed interfaces are echoed to
1475 echo "Destroyed clone interfaces: ${_list# }."
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dapm-xgene-enet.txt3 Ethernet nodes are defined to describe on-chip ethernet interfaces in
6 Required properties for all the ethernet interfaces:
20 This is supported only on SGMII based 1GbE and 10GbE interfaces.
28 Required properties for ethernet interfaces that have external PHY:
/freebsd/sys/contrib/device-tree/Bindings/ata/
H A Dcortina,gemini-sata-bridge.txt26 ata0 master and slave interfaces brought out
30 ata1 master and slave interfaces brought out
36 and whether master, slave or both interfaces get brought out.
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/
H A Dps8622.txt12 - video interfaces: Device node can contain video interface port
15 [1]: Documentation/devicetree/bindings/media/video-interfaces.txt

12345678910>>...18