| /freebsd/tools/tools/ifinfo/ |
| H A D | ifinfo.c | 49 static const char *iftype(int); 164 printf("\ttype: %s\n", iftype(ifmd->ifmd_data.ifi_type)); in printit() 259 iftype(int type) in iftype() function
|
| /freebsd/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | time-event.c | 796 enum nl80211_iftype iftype; in __iwl_mvm_remove_time_event() local 806 iftype = te_data->vif->type; in __iwl_mvm_remove_time_event() 825 if ((p2p_aux && iftype == NL80211_IFTYPE_P2P_DEVICE) || in __iwl_mvm_remove_time_event() 845 if (iftype == NL80211_IFTYPE_P2P_DEVICE) { in __iwl_mvm_remove_time_event() 1274 int iftype = vif->type; in iwl_mvm_stop_roc() local 1278 if (p2p_aux || (roc_ver >= 3 && iftype != NL80211_IFTYPE_P2P_DEVICE)) { in iwl_mvm_stop_roc() 1288 if (iftype == NL80211_IFTYPE_P2P_DEVICE) { in iwl_mvm_stop_roc() 1313 iftype = te_data->vif->type; in iwl_mvm_stop_roc() 1314 if (iftype == NL80211_IFTYPE_P2P_DEVICE) in iwl_mvm_stop_roc() 1325 if (p2p_aux || iftype != NL80211_IFTYPE_P2P_DEVICE) in iwl_mvm_stop_roc()
|
| H A D | sta.h | 490 int iwl_mvm_find_free_sta_id(struct iwl_mvm *mvm, enum nl80211_iftype iftype); 569 u32 qmask, enum nl80211_iftype iftype,
|
| /freebsd/sys/dev/mlx/ |
| H A D | mlx_pci.c | 83 int iftype; member 144 sc->mlx_iftype = m->iftype; in mlx_pci_attach()
|
| /freebsd/contrib/libpcap/ |
| H A D | pcap-sita.c | 57 uint32_t iftype; /* the type of interface (DLT values) */ member 426 static char *translate_IOP_to_pcap_name(unit_t *u, char *IOPname, bpf_u_int32 iftype) { in translate_IOP_to_pcap_name() argument 440 iface->iftype = iftype; /* remember the interface type of this interface */ in translate_IOP_to_pcap_name() 450 switch (iftype) { in translate_IOP_to_pcap_name() 460 switch (iftype) { in translate_IOP_to_pcap_name() 470 switch (iftype) { in translate_IOP_to_pcap_name() 850 *linktype = p->iftype; in acn_open_live()
|
| /freebsd/sys/compat/linuxkpi/common/include/net/ |
| H A D | cfg80211.h | 1042 enum nl80211_iftype iftype; member 1171 enum nl80211_iftype iftype; member 2042 enum nl80211_iftype iftype) in cfg80211_reg_can_beacon() argument 2072 enum nl80211_iftype iftype) in ieee80211_get_sband_iftype_data() argument 2079 if (iftype_data->types_mask & BIT(iftype)) in ieee80211_get_sband_iftype_data() 2088 enum nl80211_iftype iftype) in ieee80211_get_he_iftype_cap() argument 2093 iftype_data = ieee80211_get_sband_iftype_data(band, iftype); in ieee80211_get_he_iftype_cap() 2106 enum nl80211_iftype iftype) in ieee80211_get_eht_iftype_cap() argument 2111 iftype_data = ieee80211_get_sband_iftype_data(band, iftype); in ieee80211_get_eht_iftype_cap() 2146 cfg80211_get_iftype_ext_capa(struct wiphy *wiphy, enum nl80211_iftype iftype) in cfg80211_get_iftype_ext_capa() argument [all …]
|
| H A D | mac80211.h | 2394 enum nl80211_iftype iftype) in ieee80211_data_to_8023() argument 2580 enum nl80211_iftype iftype; in ieee80211_get_he_iftype_cap_vif() local 2582 iftype = ieee80211_vif_type_p2p(vif); in ieee80211_get_he_iftype_cap_vif() 2583 return (ieee80211_get_he_iftype_cap(band, iftype)); in ieee80211_get_he_iftype_cap_vif() 2590 enum nl80211_iftype iftype; in ieee80211_get_eht_iftype_cap_vif() local 2592 iftype = ieee80211_vif_type_p2p(vif); in ieee80211_get_eht_iftype_cap_vif() 2593 return (ieee80211_get_eht_iftype_cap(band, iftype)); in ieee80211_get_eht_iftype_cap_vif()
|
| /freebsd/usr.sbin/moused/moused/ |
| H A D | moused.c | 809 r->dev.path, r_if(r->dev.iftype), in main() 814 printf("%s\n", r_if(r->dev.iftype)); in main() 1019 b_size = rifs[r->dev.iftype].p_size; in moused() 1075 flags = r->dev.iftype == DEVICE_IF_EVDEV ? in moused() 1910 enum device_if iftype; in r_init() local 1923 iftype = r_identify_if(fd); in r_init() 1924 switch (iftype) { in r_init() 1938 r_if(iftype), path); in r_init() 1963 dev.iftype = iftype; in r_init() 1965 switch (iftype) { in r_init() [all …]
|
| H A D | util.h | 77 enum device_if iftype; member
|
| /freebsd/sbin/ifconfig/ |
| H A D | ifconfig_netlink.c | 209 convert_iftype(ifType iftype) in convert_iftype() argument 211 switch (iftype) { in convert_iftype() 217 return (iftype); in convert_iftype()
|
| H A D | ifconfig.h | 295 ifType convert_iftype(ifType iftype);
|
| /freebsd/usr.sbin/moused/msconvd/ |
| H A D | msconvd.c | 597 rodent.portname, r_if(rodent.hw.iftype), in main() 602 printf("%s\n", r_if(rodent.hw.iftype)); in main() 610 rodent.portname, r_if(rodent.hw.iftype), in main() 801 uisetup.id.bustype = r_bustype(rodent.hw.iftype); in r_uinput_register() 970 rodent.hw.iftype = MOUSE_IF_UNKNOWN; in r_identify() 1016 rodent.hw.iftype = MOUSE_IF_SERIAL; in r_identify() 1047 r_if(int iftype) in r_if() argument 1050 return (gettokenname(rifs, iftype)); in r_if() 1054 r_bustype(int iftype) in r_bustype() argument 1056 return (gettokenval2(rifs, iftype)); in r_bustype() [all …]
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
| H A D | init.c | 77 .iftype = NL80211_IFTYPE_AP, 86 .iftype = NL80211_IFTYPE_STATION, 1388 enum nl80211_iftype iftype) in mt7996_init_he_caps() argument 1425 switch (iftype) { in mt7996_init_he_caps() 1487 mt7996_set_stream_he_txbf_caps(phy, he_cap, iftype, band); in mt7996_init_he_caps() 1517 enum nl80211_iftype iftype) in mt7996_init_eht_caps() argument 1618 if (iftype != NL80211_IFTYPE_AP) in mt7996_init_eht_caps() 1649 struct ieee80211_sband_iftype_data *data = phy->iftype[band]; in __mt7996_set_stream_he_eht_caps()
|
| /freebsd/contrib/wpa/src/drivers/ |
| H A D | driver_nl80211.h | 122 enum nl80211_iftype iftype; member 310 const char *ifname, enum nl80211_iftype iftype,
|
| H A D | driver_nl80211_capa.c | 859 capa->iftype = nla_get_u32(tb1[NL80211_ATTR_IFTYPE]); in wiphy_info_extended_capab() 862 nl80211_iftype_str(capa->iftype)); in wiphy_info_extended_capab() 1908 enum nl80211_iftype iftype; in phy_info_iftype_copy() local 1915 iftype = NL80211_IFTYPE_STATION; in phy_info_iftype_copy() 1918 iftype = NL80211_IFTYPE_ADHOC; in phy_info_iftype_copy() 1921 iftype = NL80211_IFTYPE_AP; in phy_info_iftype_copy() 1924 iftype = NL80211_IFTYPE_MESH_POINT; in phy_info_iftype_copy() 1930 if (!nla_get_flag(tb_flags[iftype])) in phy_info_iftype_copy()
|
| /freebsd/sys/dev/pccard/ |
| H A D | pccardvarp.h | 63 int iftype; member
|
| /freebsd/sys/sys/ |
| H A D | mouse.h | 83 int iftype; /* MOUSE_IF_XXX */ member
|
| /freebsd/tests/sys/net/routing/ |
| H A D | test_routing_l3.py | 105 gw_link = SaHelper.link_sa(ifindex=tun_ifindex, iftype=IFT_ETHER)
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | core.c | 234 .iftype = NL80211_IFTYPE_STATION, 4512 enum nl80211_iftype iftype, in rtw89_init_he_cap() argument 4539 if (iftype == NL80211_IFTYPE_STATION) in rtw89_init_he_cap() 4544 if (iftype == NL80211_IFTYPE_AP) in rtw89_init_he_cap() 4548 if (iftype == NL80211_IFTYPE_STATION) in rtw89_init_he_cap() 4567 if (iftype == NL80211_IFTYPE_STATION) in rtw89_init_he_cap() 4570 if (iftype == NL80211_IFTYPE_AP) in rtw89_init_he_cap() 4598 if (iftype == NL80211_IFTYPE_STATION) in rtw89_init_he_cap() 4622 enum nl80211_iftype iftype, in rtw89_init_eht_cap() argument 4720 enum nl80211_iftype iftype; in rtw89_init_he_eht_cap() local [all …]
|
| /freebsd/sys/dev/syscons/ |
| H A D | sysmouse.c | 149 hw->iftype = MOUSE_IF_SYSMOUSE; in smdev_ioctl()
|
| /freebsd/tests/atf_python/sys/net/ |
| H A D | rtsock.py | 221 def link_sa(ifindex: int = 0, iftype: int = 0) -> bytes: 222 sa = SockaddrDl(sizeof(SockaddrDl), socket.AF_LINK, c_ushort(ifindex), iftype)
|
| H A D | vnet.py | 61 self.iftype = self.IFT_LOOP 63 self.iftype = self.IFT_ETHER
|
| /freebsd/sys/contrib/dev/mediatek/mt76/mt7915/ |
| H A D | init.c | 1201 data = phy->iftype[NL80211_BAND_2GHZ]; in mt7915_set_stream_he_caps() 1209 data = phy->iftype[NL80211_BAND_5GHZ]; in mt7915_set_stream_he_caps() 1217 data = phy->iftype[NL80211_BAND_6GHZ]; in mt7915_set_stream_he_caps()
|
| /freebsd/contrib/tcpdump/ |
| H A D | print-sflow.c | 248 nd_uint32_t iftype; member 322 GET_BE_U_4(sflow_gen_counter->iftype), in print_sflow_counter_generic()
|
| /freebsd/sys/contrib/dev/iwlwifi/fw/ |
| H A D | dbg.h | 83 wdev->iftype == trig_vif; in iwl_fw_dbg_trigger_vif_match()
|