Searched refs:iface (Results 176 - 200 of 285) sorted by relevance

1234567891011>>

/freebsd-current/contrib/wpa/src/ap/
H A Dieee802_11.h68 int hostapd_ht_operation_update(struct hostapd_iface *iface);
88 void ht40_intolerant_add(struct hostapd_iface *iface, struct sta_info *sta);
89 void ht40_intolerant_remove(struct hostapd_iface *iface, struct sta_info *sta);
H A Dap_mlme.c89 if (!hapd->iface->driver_ap_teardown)
H A Dvlan_init.c33 "VLAN: Refusing to set up VLAN iface %s with WEP",
123 "iface: %s: %s",
155 hapd->conf->iface);
245 __func__, hapd->conf->iface, vlan_id);
H A Diapp.c376 struct iapp_data * iapp_init(struct hostapd_data *hapd, const char *iface) argument
405 os_strlcpy(ifr.ifr_name, iface, sizeof(ifr.ifr_name));
505 wpa_printf(MSG_INFO, "IEEE 802.11F (IAPP) using interface %s", iface);
H A Drrm.c272 hostapd_drv_send_action(hapd, hapd->iface->freq, 0, addr,
425 ret = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, addr,
544 ret = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, addr,
655 ret = hostapd_drv_send_action(hapd, hapd->iface->freq, 0, addr,
/freebsd-current/contrib/wireguard-tools/
H A Dipc-uapi.h138 static int userspace_get_device(struct wgdevice **out, const char *iface) argument
152 f = userspace_interface_file(iface);
163 strncpy(dev->name, iface, IFNAMSIZ - 1);
/freebsd-current/sys/netgraph/netflow/
H A Dng_netflow.h44 #define NG_NETFLOW_HOOK_DATA "iface"
55 NGM_NETFLOW_IFINFO = 2|NGM_READONLY|NGM_HASREPLY, /* get iface info */
115 uint32_t ifinfo_packets; /* number of packets for this iface */
118 uint16_t ifinfo_index; /* connected iface index */
124 uint16_t iface; /* which iface dlt change */ member in struct:ng_netflow_setdlt
130 uint16_t iface; /* which iface index change */ member in struct:ng_netflow_setifindex
153 uint16_t iface; /* which iface confi member in struct:ng_netflow_setconfig
[all...]
/freebsd-current/usr.bin/netstat/
H A Droute_netlink.c218 xo_emit("{t:interface-name/%*s}", wid.iface, prettyname);
220 xo_emit("{t:interface-name/%*.*s}", wid.iface, wid.iface,
/freebsd-current/contrib/wpa/src/fst/
H A Dfst_iface.h126 bool fst_iface_is_connected(struct fst_iface *iface, const u8 *addr,
/freebsd-current/tests/sys/netpfil/common/
H A Dpft_icmp_check.py51 sp.sendp(req, iface=send_if, verbose=False)
H A Dpft_ping.py128 sp.sendp(req, iface=sendif, verbose=False)
521 for iface in recv_ifs:
522 LOGGER.debug(f'Installing receive sniffer on {iface}')
524 setup_sniffer(iface, args.ping_type, 'request',
532 for iface in reply_ifs:
533 LOGGER.debug(f'Installing reply sniffer on {iface}')
535 setup_sniffer(iface, args.ping_type, 'reply',
/freebsd-current/sys/dev/usb/
H A Dusb_dev.h58 struct usb_interface *iface; member in struct:usb_cdev_privdata
H A Dusb_generic.c774 struct usb_interface *iface; local
789 iface = usbd_get_iface(udev, ugd->ugd_iface_index);
790 if ((iface == NULL) || (iface->idesc == NULL)) {
796 if ((iface->subdev != NULL) &&
797 device_is_attached(iface->subdev) &&
798 (ptr = device_get_nameunit(iface->subdev)) &&
799 (desc = device_get_desc(iface->subdev))) {
1861 struct usb_interface *iface; local
1863 iface
2242 struct usb_interface *iface; local
[all...]
/freebsd-current/tests/sys/netinet6/
H A Dredirect.sh106 --iface ${epair}a
/freebsd-current/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransProperties.cpp92 ObjCInterfaceDecl *iface = D->getClassInterface(); local
93 if (!iface)
96 collectProperties(iface, AtProps);
99 for (auto *Ext : iface->visible_extensions())
/freebsd-current/usr.sbin/ppp/
H A Dbundle.c95 #include "iface.h"
706 if (bundle.iface != NULL) { /* Already allocated ! */
766 bundle.iface = iface_Create(ifname);
767 if (bundle.iface == NULL) {
849 iface_Free(bundle.iface);
850 bundle.iface = NULL;
890 iface_Clear(bundle.iface, &bundle.ncp, 0, IFACE_CLEAR_ALL);
901 iface_ClearFlags(bundle->iface->name, IFF_UP);
917 iface_Clear(bundle->iface, &bundle->ncp, 0, IFACE_CLEAR_ALL);
938 iface_Destroy(bundle->iface);
[all...]
H A Droute.c80 #include "iface.h"
389 log_Printf(LogDEBUG, "route_IfDelete (%d)\n", bundle->iface->index);
429 if (rtm->rtm_index == bundle->iface->index &&
479 log_Printf(LogDEBUG, "route_UpdateMTU (%d)\n", bundle->iface->index);
513 sa[RTAX_GATEWAY] && rtm->rtm_index == bundle->iface->index) {
518 ncprange_ntoa(&dst), bundle->iface->mtu);
774 add_scope((struct sockaddr *)&sadst, bundle->iface->index);
787 add_scope((struct sockaddr *)&sagw, bundle->iface->index);
892 rtmes.m_rtm.rtm_rmx.rmx_mtu = bundle->iface->mtu;
/freebsd-current/contrib/wpa/wpa_supplicant/examples/
H A Dwpas-dbus-new-signals.py150 iface = dbus.Interface(if_obj, WPAS_DBUS_INTERFACES_INTERFACE)
151 iface.connect_to_signal("ScanDone", scanDone2,
/freebsd-current/sys/dev/usb/serial/
H A Dumodem.c410 struct usb_interface *iface; local
413 iface = usbd_get_iface(uaa->device, i);
415 if (iface) {
416 id = usbd_get_interface_descriptor(iface);
474 struct usb_interface *iface; local
476 iface = usbd_get_iface(uaa->device, iface_index);
479 if (iface == NULL)
482 id = usbd_get_interface_descriptor(iface);
H A Dufoma.c343 id = usbd_get_interface_descriptor(uaa->iface);
390 id = usbd_get_interface_descriptor(uaa->iface);
1027 struct usb_interface *iface; local
1032 id = usbd_get_interface_descriptor(uaa->iface);
1060 iface = usbd_get_iface(uaa->device, i);
1062 if (iface) {
1063 id = usbd_get_interface_descriptor(iface);
/freebsd-current/contrib/wpa/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c358 char *iface = NULL; local
403 iface = wpas_dbus_new_decompose_object_path(
406 if (iface == NULL || net_id_str == NULL ||
408 os_strcmp(iface, wpa_s->parent->dbus_new_path) != 0) {
441 os_free(iface);
516 } else if (os_strcmp(entry.key, "iface") == 0 &&
583 char *iface = NULL; local
678 iface = WPAS_DBUS_ERROR_CONNECT_CHANNEL_UNAVAILABLE;
683 iface = WPAS_DBUS_ERROR_CONNECT_CHANNEL_UNSUPPORTED;
688 iface
742 char *iface = NULL; local
2217 char *iface = NULL, *persistent_group_id; local
[all...]
H A Ddbus_new_handlers.c686 * wpas_dbus_handler_create_interface - Request registration of a network iface
753 * Try to get the wpa_supplicant record for this iface, return
762 struct wpa_interface iface; local
764 os_memset(&iface, 0, sizeof(iface));
765 iface.driver = driver;
766 iface.ifname = ifname;
767 iface.confname = confname;
768 iface.bridge_ifname = bridge_ifname;
770 wpa_s = wpa_supplicant_add_iface(global, &iface, NUL
1707 char *iface, *cred_id; local
2069 char *iface, *net_id; local
2145 char *iface, *net_id; local
2199 char *iface, *net_id; local
[all...]
/freebsd-current/sbin/pfctl/
H A Dpfctl_qstats.c93 pfctl_show_altq(int dev, const char *iface, int opts, int verbose2) argument
109 if (iface != NULL && strcmp(node->altq.ifname, iface))
125 if (iface != NULL && strcmp(node->altq.ifname, iface))
/freebsd-current/tools/tools/net80211/wlaninject/
H A Dwlaninject.c145 "\t-i\t<iface>\n"
148 "\t-V\t<iface> [verify via iface whether packet was mangled]\n"
527 char *iface = "wlan0"; local
553 iface = optarg;
752 iface, chan, rate2str(params.ibp_rate0));
753 setup_if(iface, chan);
754 fd = open_bpf(iface);
/freebsd-current/tools/tools/net80211/w00t/expand/
H A Dexpand.c422 char *iface = "wlan0"; local
451 if ((p.rx = open_rx(iface)) == -1)
453 if ((p.tx = open_tx(iface)) == -1)

Completed in 433 milliseconds

1234567891011>>