HomeSort by relevance Sort by last modified time
    Searched refs:iftype (Results 1 - 11 of 11) sorted by null

  /external/libnl/python/examples/
iface.py 29 iftype = nl.nla_get_u32(attr[nl80211.NL80211_ATTR_IFTYPE])
30 print("\ttype %s" % nl80211.nl80211_iftype2str[iftype])
  /art/test/968-default-partial-compile-gen/util-src/
generate_smali.py 563 for iftype in InterfaceType:
564 yield TestInterface(tuple(), iftype)
572 for iftype in InterfaceType:
573 if iftype == InterfaceType.default:
578 yield TestInterface(supers, iftype)
  /external/iw/
util.c 141 const char *iftype_name(enum nl80211_iftype iftype)
143 if (iftype <= NL80211_IFTYPE_MAX && ifmodes[iftype])
144 return ifmodes[iftype];
145 sprintf(modebuf, "Unknown mode (%d)", iftype);
iw.h 149 const char *iftype_name(enum nl80211_iftype iftype);
  /external/libpcap/
pcap-sita.c 59 uint32_t iftype; /* the type of interface (DLT values) */ member in struct:iface
419 static char *translate_IOP_to_pcap_name(unit_t *u, char *IOPname, bpf_u_int32 iftype) {
434 iface->iftype = iftype; /* remember the interface type of this interface */
447 switch (iftype) {
457 switch (iftype) {
467 switch (iftype) {
834 *linktype = p->iftype;
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.h 101 enum nl80211_iftype iftype; member in struct:wpa_driver_nl80211_data::drv_nl80211_ext_capa
229 const char *ifname, enum nl80211_iftype iftype,
driver_nl80211.c     [all...]
driver_nl80211_capa.c 543 capa->iftype = nla_get_u32(tb1[NL80211_ATTR_IFTYPE]);
546 nl80211_iftype_str(capa->iftype));
    [all...]
  /art/test/971-iface-super/util-src/
generate_smali.py 651 for iftype in InterfaceType:
652 yield TestInterface(tuple(), iftype)
659 for iftype in InterfaceType:
660 yield TestInterface(supers, iftype)
  /external/tcpdump/
print-sflow.c 237 uint8_t iftype[4]; member in struct:sflow_generic_counter_t
310 ND_PRINT((ndo, "\n\t ifindex %u, iftype %u, ifspeed %" PRIu64 ", ifdirection %u (%s)",
312 EXTRACT_32BITS(sflow_gen_counter->iftype),
  /external/wpa_supplicant_8/wpa_supplicant/
p2p_supplicant.c 5355 enum wpa_driver_if_type iftype; local
8759 enum wpa_driver_if_type iftype; local
    [all...]

Completed in 149 milliseconds