Home
last modified time | relevance | path

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

12

/freebsd/tools/tools/ifinfo/
H A Difinfo.c49 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/dev/mlx/
H A Dmlx_pci.c83 int iftype; member
144 sc->mlx_iftype = m->iftype; in mlx_pci_attach()
/freebsd/contrib/libpcap/
H A Dpcap-sita.c57 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 Dcfg80211.h1161 enum nl80211_iftype iftype; member
1274 int iftype; member
2048 enum nl80211_iftype iftype) in cfg80211_reg_can_beacon() argument
2099 enum nl80211_iftype iftype) in ieee80211_get_sband_iftype_data() argument
2106 if (iftype_data->types_mask & BIT(iftype)) in ieee80211_get_sband_iftype_data()
2115 enum nl80211_iftype iftype) in ieee80211_get_he_iftype_cap() argument
2120 iftype_data = ieee80211_get_sband_iftype_data(band, iftype); in ieee80211_get_he_iftype_cap()
2133 enum nl80211_iftype iftype) in ieee80211_get_eht_iftype_cap() argument
2138 iftype_data = ieee80211_get_sband_iftype_data(band, iftype); in ieee80211_get_eht_iftype_cap()
2173 cfg80211_get_iftype_ext_capa(struct wiphy *wiphy, enum nl80211_iftype iftype) in cfg80211_get_iftype_ext_capa() argument
H A Dmac80211.h378 uint8_t iftype; /* We do not know the size of this. */ member
2421 enum nl80211_iftype iftype) in ieee80211_data_to_8023() argument
2547 enum nl80211_iftype iftype; in ieee80211_get_he_iftype_cap_vif() local
2549 iftype = ieee80211_vif_type_p2p(vif); in ieee80211_get_he_iftype_cap_vif()
2550 return (ieee80211_get_he_iftype_cap(band, iftype)); in ieee80211_get_he_iftype_cap_vif()
2557 enum nl80211_iftype iftype; in ieee80211_get_eht_iftype_cap_vif() local
2559 iftype = ieee80211_vif_type_p2p(vif); in ieee80211_get_eht_iftype_cap_vif()
2560 return (ieee80211_get_eht_iftype_cap(band, iftype)); in ieee80211_get_eht_iftype_cap_vif()
/freebsd/sbin/ifconfig/
H A Difconfig_netlink.c205 convert_iftype(ifType iftype) in convert_iftype() argument
207 switch (iftype) { in convert_iftype()
213 return (iftype); in convert_iftype()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dinit.c599 enum nl80211_iftype iftype) in mt7996_init_he_caps() argument
633 switch (iftype) { in mt7996_init_he_caps()
696 mt7996_set_stream_he_txbf_caps(phy, he_cap, iftype); in mt7996_init_he_caps()
726 enum nl80211_iftype iftype) in mt7996_init_eht_caps() argument
823 struct ieee80211_sband_iftype_data *data = phy->iftype[band]; in __mt7996_set_stream_he_eht_caps()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211.h122 enum nl80211_iftype iftype; member
310 const char *ifname, enum nl80211_iftype iftype,
H A Ddriver_nl80211_capa.c859 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/contrib/dev/iwlwifi/mvm/
H A Dsta.h492 int iwl_mvm_find_free_sta_id(struct iwl_mvm *mvm, enum nl80211_iftype iftype);
571 u32 qmask, enum nl80211_iftype iftype,
H A Dtime-event.c796 enum nl80211_iftype iftype; in iwl_mvm_stop_session_protection()
806 iftype = te_data->vif->type; in iwl_mvm_stop_session_protection()
825 if ((p2p_aux && iftype == NL80211_IFTYPE_P2P_DEVICE) || in iwl_mvm_stop_session_protection()
845 if (iftype == NL80211_IFTYPE_P2P_DEVICE) { in iwl_mvm_rx_session_protect_notif()
1291 int iftype = vif->type;
1295 if (p2p_aux || (roc_ver >= 3 && iftype != NL80211_IFTYPE_P2P_DEVICE)) {
1305 if (iftype == NL80211_IFTYPE_P2P_DEVICE) {
1330 iftype = te_data->vif->type;
1331 if (iftype == NL80211_IFTYPE_P2P_DEVICE)
1342 if (p2p_aux || iftype !
681 enum nl80211_iftype iftype; __iwl_mvm_remove_time_event() local
[all...]
/freebsd/sys/dev/pccard/
H A Dpccardvarp.h63 int iftype; member
/freebsd/sys/sys/
H A Dmouse.h83 int iftype; /* MOUSE_IF_XXX */ member
/freebsd/tests/sys/net/routing/
H A Dtest_routing_l3.py105 gw_link = SaHelper.link_sa(ifindex=tun_ifindex, iftype=IFT_ETHER)
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.c3778 enum nl80211_iftype iftype, in rtw89_init_he_cap() argument
3805 if (iftype == NL80211_IFTYPE_STATION) in rtw89_init_he_cap()
3810 if (iftype == NL80211_IFTYPE_AP) in rtw89_init_he_cap()
3814 if (iftype == NL80211_IFTYPE_STATION) in rtw89_init_he_cap()
3833 if (iftype == NL80211_IFTYPE_STATION) in rtw89_init_he_cap()
3836 if (iftype == NL80211_IFTYPE_AP) in rtw89_init_he_cap()
3864 if (iftype == NL80211_IFTYPE_STATION) in rtw89_init_he_cap()
3888 enum nl80211_iftype iftype, in rtw89_init_eht_cap() argument
3980 enum nl80211_iftype iftype; in rtw89_init_he_eht_cap() local
3987 for (iftype = 0; iftype < NUM_NL80211_IFTYPES; iftype++) { in rtw89_init_he_eht_cap()
[all …]
/freebsd/usr.sbin/moused/
H A Dmoused.c882 rodent.portname, r_if(rodent.hw.iftype), in main()
887 printf("%s\n", r_if(rodent.hw.iftype)); in main()
895 rodent.portname, r_if(rodent.hw.iftype), in main()
1479 rodent.hw.iftype = MOUSE_IF_UNKNOWN; in r_identify()
1525 rodent.hw.iftype = MOUSE_IF_SERIAL; in r_identify()
1556 r_if(int iftype) in r_if() argument
1559 return (gettokenname(rifs, iftype)); in r_if()
1738 if (rodent.hw.iftype == MOUSE_IF_SYSMOUSE) in r_init()
/freebsd/tests/atf_python/sys/net/
H A Dvnet.py61 self.iftype = self.IFT_LOOP
63 self.iftype = self.IFT_ETHER
H A Drtsock.py221 def link_sa(ifindex: int = 0, iftype: int = 0) -> bytes:
222 sa = SockaddrDl(sizeof(SockaddrDl), socket.AF_LINK, c_ushort(ifindex), iftype)
/freebsd/sys/dev/syscons/
H A Dsysmouse.c149 hw->iftype = MOUSE_IF_SYSMOUSE; in smdev_ioctl()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Dinit.c1153 data = phy->iftype[NL80211_BAND_2GHZ]; in mt7915_set_stream_he_caps()
1162 data = phy->iftype[NL80211_BAND_5GHZ]; in mt7915_set_stream_he_caps()
1171 data = phy->iftype[NL80211_BAND_6GHZ]; in mt7915_set_stream_he_caps()
/freebsd/contrib/tcpdump/
H A Dprint-sflow.c248 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 Ddbg.h83 wdev->iftype == trig_vif; in iwl_fw_dbg_trigger_vif_match()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Dmain.c195 data = phy->iftype[NL80211_BAND_2GHZ]; in mt7921_set_stream_he_caps()
204 data = phy->iftype[NL80211_BAND_5GHZ]; in mt7921_set_stream_he_caps()
212 data = phy->iftype[NL80211_BAND_6GHZ]; in mt7921_set_stream_he_caps()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt792x.h101 struct ieee80211_sband_iftype_data iftype[NUM_NL80211_BANDS][NUM_NL80211_IFTYPES]; member
/freebsd/sys/dev/vt/
H A Dvt_sysmouse.c383 hw->iftype = MOUSE_IF_SYSMOUSE; in sysmouse_ioctl()

12