Searched refs:IFM_IEEE80211_WDS (Results 1 – 6 of 6) sorted by relevance
310 #define IFM_IEEE80211_WDS 0x00000800 /* Operate in WDS mode */ macro675 { IFM_IEEE80211_WDS, "wds" }, \
61 IFM_IEEE80211_IBSS | IFM_IEEE80211_WDS | IFM_IEEE80211_MONITOR | \
264 return (ifmr.ifm_current & IFM_IEEE80211_WDS) != 0; in iswdsvap()
106 IFM_IEEE80211_IBSS | IFM_IEEE80211_WDS | IFM_IEEE80211_MONITOR | \
1933 ADD(media, mword, mopt | IFM_IEEE80211_WDS); in addmedia()2243 status |= IFM_IEEE80211_WDS; in media_status()
235 else if (ifmr.ifm_current & IFM_IEEE80211_WDS) in wlan_get_opmode()