Searched refs:interfaces (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-11.0-release/contrib/wpa/hostapd/
H A Dmain.c241 * interfaces. No actiual driver operations are started.
244 hostapd_interface_init(struct hapd_interfaces *interfaces, argument
251 iface = hostapd_init(interfaces, config_fname);
254 iface->interfaces = interfaces;
300 struct hapd_interfaces *interfaces = signal_ctx; local
303 hostapd_for_each_interface(interfaces, handle_reload_iface, NULL);
314 static int hostapd_global_init(struct hapd_interfaces *interfaces, argument
336 eloop_register_signal(SIGHUP, handle_reload, interfaces);
337 eloop_register_signal(SIGUSR1, handle_dump_state, interfaces);
476 hostapd_get_global_ctrl_iface(struct hapd_interfaces *interfaces, const char *path) argument
500 hostapd_get_ctrl_iface_group(struct hapd_interfaces *interfaces, const char *group) argument
551 struct hapd_interfaces *interfaces = eloop_ctx; local
561 struct hapd_interfaces interfaces; local
[all...]
H A Dctrl_iface.c2407 hapd->iface->interfaces->ctrl_iface_group &&
2409 hapd->iface->interfaces->ctrl_iface_group) < 0) {
2490 hapd->iface->interfaces->ctrl_iface_group &&
2491 chown(fname, -1, hapd->iface->interfaces->ctrl_iface_group) < 0) {
2570 static int hostapd_ctrl_iface_add(struct hapd_interfaces *interfaces, argument
2573 if (hostapd_add_iface(interfaces, buf) < 0) {
2581 static int hostapd_ctrl_iface_remove(struct hapd_interfaces *interfaces, argument
2584 if (hostapd_remove_iface(interfaces, buf) < 0) {
2592 static int hostapd_global_ctrl_iface_attach(struct hapd_interfaces *interfaces, argument
2604 dst->next = interfaces
2613 hostapd_global_ctrl_iface_detach(struct hapd_interfaces *interfaces, struct sockaddr_un *from, socklen_t fromlen) argument
2644 hostapd_ctrl_iface_flush(struct hapd_interfaces *interfaces) argument
2657 hostapd_global_ctrl_iface_fst_attach(struct hapd_interfaces *interfaces, const char *cmd) argument
2685 hostapd_global_ctrl_iface_fst_detach(struct hapd_interfaces *interfaces, const char *cmd) argument
2709 hostapd_interfaces_get_hapd(struct hapd_interfaces *interfaces, const char *ifname) argument
2794 hostapd_global_ctrl_iface_dup_network(struct hapd_interfaces *interfaces, char *cmd) argument
2838 hostapd_global_ctrl_iface_ifname(struct hapd_interfaces *interfaces, const char *ifname, char *buf, char *reply, int reply_size, struct sockaddr_un *from, socklen_t fromlen) argument
2865 void *interfaces = eloop_ctx; local
3109 hostapd_global_ctrl_iface_deinit(struct hapd_interfaces *interfaces) argument
[all...]
/freebsd-11.0-release/etc/rc.d/
H A Dbridge52 eval interfaces=\$autobridge_${bridge}
53 if [ -n "${interfaces}" ]; then
54 for i in ${interfaces}; do
/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dutils.c92 if (hapd->iface->interfaces &&
93 hapd->iface->interfaces->for_each_interface)
94 hapd->iface->interfaces->for_each_interface(
95 hapd->iface->interfaces, prune_associations, &data);
H A Dhostapd.c54 int hostapd_for_each_interface(struct hapd_interfaces *interfaces, argument
61 for (i = 0; i < interfaces->count; i++) {
62 ret = cb(interfaces->iface[i], ctx);
167 if (iface->interfaces == NULL ||
168 iface->interfaces->config_read_cb == NULL)
170 newconf = iface->interfaces->config_read_cb(iface->config_fname);
352 if (hapd->iface->interfaces &&
353 hapd->iface->interfaces->ctrl_iface_deinit)
354 hapd->iface->interfaces->ctrl_iface_deinit(hapd);
1207 if (!hapd->iface->interfaces ||
1849 hostapd_init(struct hapd_interfaces *interfaces, const char *config_file) argument
1903 ifname_in_use(struct hapd_interfaces *interfaces, const char *ifname) argument
1932 hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy, const char *config_fname, int debug) argument
2183 hostapd_iface_alloc(struct hapd_interfaces *interfaces) argument
2207 hostapd_config_alloc(struct hapd_interfaces *interfaces, const char *ifname, const char *ctrl_iface, const char *driver) argument
2295 hostapd_add_iface(struct hapd_interfaces *interfaces, char *buf) argument
2500 hostapd_remove_iface(struct hapd_interfaces *interfaces, char *buf) argument
2924 hostapd_get_iface(struct hapd_interfaces *interfaces, const char *ifname) argument
[all...]
H A Dhostapd.h37 int (*for_each_interface)(struct hapd_interfaces *interfaces,
294 struct hapd_interfaces *interfaces; member in struct:hostapd_iface
424 int hostapd_for_each_interface(struct hapd_interfaces *interfaces,
436 struct hostapd_iface * hostapd_init(struct hapd_interfaces *interfaces,
439 hostapd_interface_init_bss(struct hapd_interfaces *interfaces, const char *phy,
486 struct hostapd_data * hostapd_get_iface(struct hapd_interfaces *interfaces,
H A Dvlan_init.c35 int s; /* socket on which to listen for new/removed interfaces. */
57 struct hapd_interfaces *interfaces; local
59 interfaces = hapd->iface->interfaces;
60 dynamic_ifaces = &interfaces->vlan_priv;
93 struct hapd_interfaces *interfaces; local
96 interfaces = hapd->iface->interfaces;
97 dynamic_ifaces = &interfaces->vlan_priv;
974 "VLAN interfaces");
[all...]
H A Dwpa_auth_glue.c386 if (hapd->iface->interfaces == NULL ||
387 hapd->iface->interfaces->for_each_interface == NULL)
391 return hapd->iface->interfaces->for_each_interface(
392 hapd->iface->interfaces, wpa_auth_iface_iter, &data);
459 if (proto == ETH_P_RRB && hapd->iface->interfaces &&
460 hapd->iface->interfaces->for_each_interface) {
467 res = hapd->iface->interfaces->for_each_interface(
468 hapd->iface->interfaces, hostapd_wpa_auth_ft_iter,
H A Dwps_hostapd.c87 if (iface->interfaces == NULL ||
88 iface->interfaces->for_each_interface == NULL)
90 return iface->interfaces->for_each_interface(iface->interfaces,
283 if (iface->interfaces == NULL ||
284 iface->interfaces->reload_config(iface) < 0) {
906 if (iface->interfaces == NULL ||
907 iface->interfaces->for_each_interface == NULL)
910 iface->interfaces->for_each_interface(iface->interfaces, get_uuid_c
[all...]
H A Dbeacon.c629 struct hapd_interfaces *interfaces = iface->interfaces; local
632 for (i = 0; i < interfaces->count; i++) {
635 iface = interfaces->iface[i];
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_introspect.c20 struct interfaces { struct
27 static struct interfaces * add_interface(struct dl_list *list,
30 struct interfaces *iface;
32 dl_list_for_each(iface, list, struct interfaces, list) { argument
37 iface = os_zalloc(sizeof(struct interfaces));
100 struct interfaces *iface;
115 struct interfaces *iface;
130 struct interfaces *iface;
141 * extract_interfaces - Extract interfaces from methods, signals and props
143 * @obj_dsc: Description of object from which interfaces wil
163 dl_list_for_each_safe(iface, n, list, struct interfaces, list) argument
[all...]
/freebsd-11.0-release/sys/nfs/
H A Dbootp_subr.c176 STAILQ_HEAD(, bootpc_ifcontext) interfaces;
294 * In order to have multiple active interfaces with address 0.0.0.0
296 * mask to /8 on all interfaces, and temporarily set it to /0 when
448 STAILQ_INSERT_TAIL(&gctx->interfaces, ifctx, next);
667 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) {
675 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) {
796 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) {
819 STAILQ_FOREACH(ifctx, &gctx->interfaces, next) {
895 STAILQ_FOREACH(ifctx, &gctx->interfaces, next)
918 STAILQ_FOREACH(ifctx, &gctx->interfaces, nex
[all...]
/freebsd-11.0-release/contrib/wpa/src/wps/
H A Dwps_upnp_i.h118 * multiple wireless interfaces sharing the same UPnP device instance. Each
125 struct dl_list interfaces; /* struct upnp_wps_device_interface */ member in struct:upnp_wps_device_sm
H A Dwps_upnp.c545 dl_list_for_each(iface, &s->sm->interfaces,
1068 dl_list_for_each(iface, &sm->interfaces,
1096 if (dl_list_len(&sm->interfaces) == 1) {
1111 if (dl_list_empty(&sm->interfaces)) {
1167 dl_list_init(&sm->interfaces);
1171 dl_list_add(&sm->interfaces, &iface->list);
1200 dl_list_for_each(iface, &sm->interfaces,
H A Dwps_upnp_web.c317 iface = dl_list_first(&sm->interfaces,
421 iface = dl_list_first(&sm->interfaces,
476 iface = dl_list_first(&sm->interfaces,
583 dl_list_for_each(iface, &sm->interfaces,
650 dl_list_for_each(iface, &sm->interfaces,
H A Dwps_upnp_ssdp.c135 iface = dl_list_first(&sm->interfaces,
586 &sm->interfaces,
/freebsd-11.0-release/contrib/openresolv/
H A Dresolvconf.in53 IFACEDIR="$VARDIR/interfaces"
85 -f Ignore non existant interfaces
88 -l [\$PATTERN] Show DNS information, optionally from interfaces
90 -i [\$PATTERN] Show interfaces that have supplied DNS information
91 optionally from interfaces that match the specified
324 # Only list interfaces which we really have
/freebsd-11.0-release/share/mk/
H A Dbsd.test.mk64 # Pull in the definitions of all supported test interfaces.
/freebsd-11.0-release/contrib/wpa/src/drivers/
H A Ddriver_nl80211.h28 struct dl_list interfaces; member in struct:nl80211_global
/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dwpa_priv.c1080 struct wpa_priv_interface *interfaces = NULL, *iface; local
1127 iface->next = interfaces;
1128 interfaces = iface;
1140 iface = interfaces;
/freebsd-11.0-release/contrib/apr-util/
H A Dapr-util.spec19 contains additional utility interfaces for APR; including support
20 for XML, LDAP, database interfaces, URI parsing and more.
/freebsd-11.0-release/sbin/pfctl/
H A Dparse.y4945 expand_altq(struct pf_altq *a, struct node_if *interfaces,
4956 FREE_LIST(struct node_if, interfaces);
4962 LOOP_THROUGH(struct node_if, interface, interfaces,
5048 FREE_LIST(struct node_if, interfaces);
5056 expand_queue(struct pf_altq *a, struct node_if *interfaces,
5076 LOOP_THROUGH(struct node_if, interface, interfaces,
5184 FREE_LIST(struct node_if, interfaces);
5199 struct node_if *interfaces, struct node_host *rpool_hosts,
5227 LOOP_THROUGH(struct node_if, interface, interfaces,
5363 FREE_LIST(struct node_if, interfaces);
[all...]
/freebsd-11.0-release/sbin/route/
H A Droute.c126 static void interfaces(void);
376 * associated with network interfaces.
1390 interfaces(void) function
1461 interfaces();
/freebsd-11.0-release/contrib/llvm/include/llvm/ProfileData/
H A DInstrProfData.inc357 * information for fast implementation of closure interfaces.
376 /* Forward declarations of C interfaces. */
467 /* Closure based interfaces. */
543 * profile data and provides fast interfaces to retrieve the profile
/freebsd-11.0-release/contrib/compiler-rt/lib/profile/
H A DInstrProfData.inc357 * information for fast implementation of closure interfaces.
376 /* Forward declarations of C interfaces. */
467 /* Closure based interfaces. */
543 * profile data and provides fast interfaces to retrieve the profile

Completed in 386 milliseconds

12