Home
last modified time | relevance | path

Searched refs:IFM_IEEE80211_WDS (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/net/
H A Dif_media.h310 #define IFM_IEEE80211_WDS 0x00000800 /* Operate in WDS mode */ macro
675 { IFM_IEEE80211_WDS, "wds" }, \
/freebsd/lib/libifconfig/
H A Dlibifconfig_media.c61 IFM_IEEE80211_IBSS | IFM_IEEE80211_WDS | IFM_IEEE80211_MONITOR | \
/freebsd/tools/tools/net80211/wlanwds/
H A Dwlanwds.c264 return (ifmr.ifm_current & IFM_IEEE80211_WDS) != 0; in iswdsvap()
/freebsd/sbin/etherswitchcfg/
H A Difmedia.c106 IFM_IEEE80211_IBSS | IFM_IEEE80211_WDS | IFM_IEEE80211_MONITOR | \
/freebsd/sys/net80211/
H A Dieee80211.c1933 ADD(media, mword, mopt | IFM_IEEE80211_WDS); in addmedia()
2243 status |= IFM_IEEE80211_WDS; in media_status()
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c235 else if (ifmr.ifm_current & IFM_IEEE80211_WDS) in wlan_get_opmode()