Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/net/
Dif_media.h243 #define IFM_IEEE80211 0x00000080 macro
390 { IFM_IEEE80211, "IEEE 802.11 Wireless Ethernet" }, \
797 { IFM_IEEE80211 | IFM_IEEE80211_FH1, IF_Mbps(1) }, \
798 { IFM_IEEE80211 | IFM_IEEE80211_FH2, IF_Mbps(2) }, \
799 { IFM_IEEE80211 | IFM_IEEE80211_DS2, IF_Mbps(2) }, \
800 { IFM_IEEE80211 | IFM_IEEE80211_DS5, IF_Kbps(5500) }, \
801 { IFM_IEEE80211 | IFM_IEEE80211_DS11, IF_Mbps(11) }, \
802 { IFM_IEEE80211 | IFM_IEEE80211_DS1, IF_Mbps(1) }, \
803 { IFM_IEEE80211 | IFM_IEEE80211_DS22, IF_Mbps(22) }, \
804 { IFM_IEEE80211 | IFM_IEEE80211_OFDM6, IF_Mbps(6) }, \
[all …]
/freebsd-10-stable/sbin/dhclient/
Ddispatch.c334 case IFM_IEEE80211: in interface_status()
491 case IFM_IEEE80211: in interface_link_status()
/freebsd-10-stable/usr.sbin/rtsold/
Dif.c220 case IFM_IEEE80211: in interface_status()
/freebsd-10-stable/sbin/etherswitchcfg/
Difmedia.c168 case IFM_IEEE80211:
/freebsd-10-stable/sbin/ifconfig/
Difmedia.c177 case IFM_IEEE80211: in media_status()
/freebsd-10-stable/sys/net80211/
Dieee80211.c1004 IFM_MAKEWORD(IFM_IEEE80211, (_s), (_o), 0), 0, NULL) in addmedia()
1331 status = IFM_IEEE80211; in media_status()
/freebsd-10-stable/contrib/libpcap/
Dpcap-bpf.c132 # if (defined(HAVE_NET_IF_MEDIA_H) && defined(IFM_IEEE80211)) && !defined(__APPLE__)
2369 if (IFM_TYPE(media_list[i]) == IFM_IEEE80211
/freebsd-10-stable/sys/dev/an/
Dif_an.c795 IFM_MAKEWORD(IFM_IEEE80211, (s), (o), 0), 0, NULL) in an_attach()
809 ifmedia_set(&sc->an_ifmedia, IFM_MAKEWORD(IFM_IEEE80211, in an_attach()
3284 imr->ifm_active = IFM_IEEE80211; in an_media_status()
3296 imr->ifm_active = IFM_IEEE80211|IFM_AUTO; in an_media_status()
/freebsd-10-stable/sbin/devd/
Ddevd.cc336 { IFM_IEEE80211, "802.11" }, in media()
/freebsd-10-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
Dwlan_snmp.c2933 wlan_check_media(mif->name) != IFM_IEEE80211) in wlan_attach_newif()