Home
last modified time | relevance | path

Searched refs:iftype (Results 1 – 12 of 12) sorted by relevance

/external/tcpdump/tests/
Dsflow_multiple_counter_30_pdus.out5 ifindex 55, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex)
17 ifindex 56, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex)
29 ifindex 57, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex)
41 ifindex 60, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex)
53 ifindex 61, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex)
65 ifindex 62, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex)
77 ifindex 63, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex)
91 ifindex 1, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex)
103 ifindex 2, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex)
115 ifindex 3, iftype 117, ifspeed 1000000000, ifdirection 1 (full-duplex)
[all …]
/external/perfetto/src/ftrace_reader/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/cfg80211/cfg80211_reg_can_beacon/
Dformat15 field:enum nl80211_iftype iftype; offset:60; size:4; signed:0;
18 …cf2: %u, iftype=%d check_no_ir=%s", REC->wiphy_name, REC->band, REC->control_freq, REC->width, REC…
/external/iw/
Dutil.c141 const char *iftype_name(enum nl80211_iftype iftype) in iftype_name() argument
143 if (iftype <= NL80211_IFTYPE_MAX && ifmodes[iftype]) in iftype_name()
144 return ifmodes[iftype]; in iftype_name()
145 sprintf(modebuf, "Unknown mode (%d)", iftype); in iftype_name()
Diw.h149 const char *iftype_name(enum nl80211_iftype iftype);
/external/libpcap/
Dpcap-sita.c59 uint32_t iftype; /* the type of interface (DLT values) */ member
419 static char *translate_IOP_to_pcap_name(unit_t *u, char *IOPname, bpf_u_int32 iftype) { in translate_IOP_to_pcap_name() argument
434 iface->iftype = iftype; /* remember the interface type of this interface */ in translate_IOP_to_pcap_name()
447 switch (iftype) { in translate_IOP_to_pcap_name()
457 switch (iftype) { in translate_IOP_to_pcap_name()
467 switch (iftype) { in translate_IOP_to_pcap_name()
834 *linktype = p->iftype; in acn_open_live()
/external/libnl/python/examples/
Diface.py29 iftype = nl.nla_get_u32(attr[nl80211.NL80211_ATTR_IFTYPE])
30 print("\ttype %s" % nl80211.nl80211_iftype2str[iftype])
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.h101 enum nl80211_iftype iftype; member
231 const char *ifname, enum nl80211_iftype iftype,
Ddriver_nl80211.c4577 enum nl80211_iftype iftype, in nl80211_create_iface_once() argument
4587 iftype, nl80211_iftype_str(iftype)); in nl80211_create_iface_once()
4592 nla_put_u32(msg, NL80211_ATTR_IFTYPE, iftype)) in nl80211_create_iface_once()
4595 if (iftype == NL80211_IFTYPE_MONITOR) { in nl80211_create_iface_once()
4626 if (iftype == NL80211_IFTYPE_P2P_DEVICE) in nl80211_create_iface_once()
4641 iftype == NL80211_IFTYPE_AP_VLAN || in nl80211_create_iface_once()
4642 iftype == NL80211_IFTYPE_WDS || in nl80211_create_iface_once()
4643 iftype == NL80211_IFTYPE_MONITOR) { in nl80211_create_iface_once()
4648 if (addr && iftype != NL80211_IFTYPE_MONITOR && in nl80211_create_iface_once()
4659 const char *ifname, enum nl80211_iftype iftype, in nl80211_create_iface() argument
[all …]
Ddriver_nl80211_capa.c546 capa->iftype = nla_get_u32(tb1[NL80211_ATTR_IFTYPE]); in wiphy_info_extended_capab()
549 nl80211_iftype_str(capa->iftype)); in wiphy_info_extended_capab()
/external/tcpdump/
Dprint-sflow.c237 uint8_t iftype[4]; member
312 EXTRACT_32BITS(sflow_gen_counter->iftype), in print_sflow_counter_generic()
/external/scapy/scapy/arch/
Dpcapdnet.py617 iftype = self.intf.get(iff)["type"]
618 if iftype == dnet.INTF_TYPE_ETH:
/external/wpa_supplicant_8/wpa_supplicant/
Dp2p_supplicant.c5364 enum wpa_driver_if_type iftype; in wpas_p2p_connect() local
5467 iftype = WPA_IF_P2P_GROUP; in wpas_p2p_connect()
5469 iftype = WPA_IF_P2P_GO; in wpas_p2p_connect()
5470 if (wpas_p2p_add_group_interface(wpa_s, iftype) < 0) { in wpas_p2p_connect()
8777 enum wpa_driver_if_type iftype; in wpas_p2p_nfc_tag_enabled() local
8779 iftype = WPA_IF_P2P_GROUP; in wpas_p2p_nfc_tag_enabled()
8781 iftype = WPA_IF_P2P_GO; in wpas_p2p_nfc_tag_enabled()
8782 if (wpas_p2p_add_group_interface(wpa_s, iftype) < 0) { in wpas_p2p_nfc_tag_enabled()