Searched refs:IFM_IEEE80211 (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/net/ |
H A D | if_media.h | 279 #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 D | dispatch.c | 349 case IFM_IEEE80211: in interface_status() 516 case IFM_IEEE80211: in interface_link_status()
|
/freebsd/usr.sbin/rtsold/ |
H A D | if.c | 232 case IFM_IEEE80211: in interface_status()
|
/freebsd/contrib/libpcap/ |
H A D | pcap-haiku.c | 483 if (IFM_TYPE(ifreq.ifr_media) == IFM_IEEE80211) in get_if_flags()
|
H A D | pcap-bpf.c | 183 # 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 D | libifconfig_media.c | 502 case IFM_IEEE80211: in ifconfig_media_get_status()
|
/freebsd/sbin/etherswitchcfg/ |
H A D | ifmedia.c | 161 case IFM_IEEE80211:
|
/freebsd/sbin/devd/ |
H A D | devd.cc | 333 { IFM_IEEE80211, "802.11" }, in media()
|
/freebsd/sys/net80211/ |
H A D | ieee80211.c | 1896 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 D | wlan_snmp.c | 2933 wlan_check_media(mif->name) != IFM_IEEE80211) in wlan_attach_newif()
|