Home
last modified time | relevance | path

Searched refs:IFM_MMASK (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/net/
H A Dif_media.h369 #define IFM_MMASK 0x00070000 /* Mode */ macro
402 #define IFM_MODE(x) ((x) & IFM_MMASK)
412 (((mode) << IFM_MSHIFT) & IFM_MMASK)
/freebsd/sbin/ifconfig/
H A Difmedia.c280 ifmr->ifm_current = (ifmr->ifm_current & ~IFM_MMASK) | mode; in setmediamode()
/freebsd/sbin/etherswitchcfg/
H A Difmedia.c342 ifr.ifr_media = (ifmr->ifm_current & ~IFM_MMASK) | mode;
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_bsd.c638 if (bsd_set_mediaopt(drv, IFM_MMASK, mode) < 0) { in bsd_set_freq()
/freebsd/sys/net80211/
H A Dieee80211.c720 imr.ifm_active &~ (IFM_MMASK | IFM_IEEE80211_TURBO)); in ieee80211_vap_attach()
/freebsd/contrib/wpa/hostapd/
H A DChangeLog619 * bsd: Add support for setting HT values in IFM_MMASK.
/freebsd/contrib/wpa/wpa_supplicant/
H A DChangeLog1084 * bsd: Add support for setting HT values in IFM_MMASK.