Home
last modified time | relevance | path

Searched refs:IFM_IEEE80211 (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/net/
H A Dif_media.h279 #define IFM_IEEE80211 0x00000080 macro
427 { IFM_IEEE80211, "IEEE 802.11 Wireless Ethernet" }, \
898 { IFM_IEEE80211 | IFM_IEEE80211_FH1, IF_Mbps(1) }, \
899 { IFM_IEEE80211 | IFM_IEEE80211_FH2, IF_Mbps(2) }, \
900 { IFM_IEEE80211 | IFM_IEEE80211_DS2, IF_Mbps(2) }, \
901 { IFM_IEEE80211 | IFM_IEEE80211_DS5, IF_Kbps(5500) }, \
902 { IFM_IEEE80211 | IFM_IEEE80211_DS11, IF_Mbps(11) }, \
903 { IFM_IEEE80211 | IFM_IEEE80211_DS1, IF_Mbps(1) }, \
904 { IFM_IEEE80211 | IFM_IEEE80211_DS22, IF_Mbps(22) }, \
905 { IFM_IEEE80211 | IFM_IEEE80211_OFDM6, IF_Mbps(6) }, \
[all …]
/freebsd/sbin/dhclient/
H A Ddispatch.c349 case IFM_IEEE80211: in interface_status()
516 case IFM_IEEE80211: in interface_link_status()
/freebsd/usr.sbin/rtsold/
H A Dif.c232 case IFM_IEEE80211: in interface_status()
/freebsd/contrib/libpcap/
H A Dpcap-haiku.c483 if (IFM_TYPE(ifreq.ifr_media) == IFM_IEEE80211) in get_if_flags()
H A Dpcap-bpf.c183 # if (defined(HAVE_NET_IF_MEDIA_H) && defined(IFM_IEEE80211)) && !defined(__APPLE__)
3024 case IFM_IEEE80211:
3195 if (IFM_TYPE(media_list[i]) == IFM_IEEE80211
/freebsd/lib/libifconfig/
H A Dlibifconfig_media.c502 case IFM_IEEE80211: in ifconfig_media_get_status()
/freebsd/sbin/etherswitchcfg/
H A Difmedia.c161 case IFM_IEEE80211:
/freebsd/sbin/devd/
H A Ddevd.cc333 { IFM_IEEE80211, "802.11" }, in media()
/freebsd/sys/net80211/
H A Dieee80211.c1896 IFM_MAKEWORD(IFM_IEEE80211, (_s), (_o), 0), 0, NULL) in addmedia()
2216 status = IFM_IEEE80211; in media_status()
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.c2933 wlan_check_media(mif->name) != IFM_IEEE80211) in wlan_attach_newif()