Home
last modified time | relevance | path

Searched refs:IFM_MODE (Results 1 – 5 of 5) sorted by relevance

/f-stack/freebsd/net/
H A Dif_media.c456 if (IFM_MODE(ifmw) == desc->ifmt_word) { in ifmedia_printword()
H A Dif_media.h401 #define IFM_MODE(x) ((x) & IFM_MMASK) macro
/f-stack/tools/ifconfig/
H A Difmedia.c670 if (IFM_MODE(ifmw) == desc->ifmt_word) in get_mode_desc()
H A Difieee80211.c320 int chanmode = ifmr != NULL ? IFM_MODE(ifmr->ifm_current) : IFM_AUTO; in promote()
/f-stack/freebsd/net80211/
H A Dieee80211.c2095 switch (IFM_MODE(ime->ifm_media)) { in media2mode()