Home
last modified time | relevance | path

Searched refs:IFM_FLAG0 (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net/
H A Dif_media.h355 #define IFM_FLAG0 0x01000000 /* Driver defined flag */ macro
755 { IFM_FLAG0, "flag0" }, \
/f-stack/freebsd/net80211/
H A Dieee80211.c1880 ADD(media, mword, mopt | IFM_IEEE80211_ADHOC | IFM_FLAG0); in addmedia()
2187 status |= IFM_IEEE80211_ADHOC | IFM_FLAG0; in media_status()
/f-stack/tools/ifconfig/
H A Difieee80211.c4683 if (ifmr.ifm_current & IFM_FLAG0) in get80211opmode()