Home
last modified time | relevance | path

Searched refs:iftype (Results 1 – 8 of 8) 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/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
415 static char *translate_IOP_to_pcap_name(unit_t *u, char *IOPname, bpf_u_int32 iftype) {
430 iface->iftype = iftype; /* remember the interface type of this interface */
443 switch (iftype) {
453 switch (iftype) {
463 switch (iftype) {
827 *linktype = p->iftype;
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.h217 const char *ifname, enum nl80211_iftype iftype,
Ddriver_nl80211.c4143 enum nl80211_iftype iftype, in nl80211_create_iface_once() argument
4153 iftype, nl80211_iftype_str(iftype)); in nl80211_create_iface_once()
4158 nla_put_u32(msg, NL80211_ATTR_IFTYPE, iftype)) in nl80211_create_iface_once()
4161 if (iftype == NL80211_IFTYPE_MONITOR) { in nl80211_create_iface_once()
4192 if (iftype == NL80211_IFTYPE_P2P_DEVICE) in nl80211_create_iface_once()
4207 iftype == NL80211_IFTYPE_AP_VLAN || in nl80211_create_iface_once()
4208 iftype == NL80211_IFTYPE_WDS || in nl80211_create_iface_once()
4209 iftype == NL80211_IFTYPE_MONITOR) { in nl80211_create_iface_once()
4214 if (addr && iftype != NL80211_IFTYPE_MONITOR && in nl80211_create_iface_once()
4225 const char *ifname, enum nl80211_iftype iftype, in nl80211_create_iface() argument
[all …]
/external/tcpdump/
Dprint-sflow.c236 uint8_t iftype[4]; member
311 EXTRACT_32BITS(sflow_gen_counter->iftype), in print_sflow_counter_generic()
/external/wpa_supplicant_8/wpa_supplicant/
Dp2p_supplicant.c5324 enum wpa_driver_if_type iftype; in wpas_p2p_connect() local
5424 iftype = WPA_IF_P2P_GROUP; in wpas_p2p_connect()
5426 iftype = WPA_IF_P2P_GO; in wpas_p2p_connect()
5427 if (wpas_p2p_add_group_interface(wpa_s, iftype) < 0) { in wpas_p2p_connect()
8720 enum wpa_driver_if_type iftype; in wpas_p2p_nfc_tag_enabled() local
8722 iftype = WPA_IF_P2P_GROUP; in wpas_p2p_nfc_tag_enabled()
8724 iftype = WPA_IF_P2P_GO; in wpas_p2p_nfc_tag_enabled()
8725 if (wpas_p2p_add_group_interface(wpa_s, iftype) < 0) { in wpas_p2p_nfc_tag_enabled()