Searched refs:IFM_IEEE80211 (Results 1 – 10 of 10) sorted by relevance
| /freebsd-10-stable/sys/net/ |
| D | if_media.h | 243 #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/ |
| D | dispatch.c | 334 case IFM_IEEE80211: in interface_status() 491 case IFM_IEEE80211: in interface_link_status()
|
| /freebsd-10-stable/usr.sbin/rtsold/ |
| D | if.c | 220 case IFM_IEEE80211: in interface_status()
|
| /freebsd-10-stable/sbin/etherswitchcfg/ |
| D | ifmedia.c | 168 case IFM_IEEE80211:
|
| /freebsd-10-stable/sbin/ifconfig/ |
| D | ifmedia.c | 177 case IFM_IEEE80211: in media_status()
|
| /freebsd-10-stable/sys/net80211/ |
| D | ieee80211.c | 1004 IFM_MAKEWORD(IFM_IEEE80211, (_s), (_o), 0), 0, NULL) in addmedia() 1331 status = IFM_IEEE80211; in media_status()
|
| /freebsd-10-stable/contrib/libpcap/ |
| D | pcap-bpf.c | 132 # 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/ |
| D | if_an.c | 795 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/ |
| D | devd.cc | 336 { IFM_IEEE80211, "802.11" }, in media()
|
| /freebsd-10-stable/usr.sbin/bsnmpd/modules/snmp_wlan/ |
| D | wlan_snmp.c | 2933 wlan_check_media(mif->name) != IFM_IEEE80211) in wlan_attach_newif()
|