Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_media.h309 #define IFM_IEEE80211_IBSS 0x00000400 /* Operate in IBSS mode */ macro
674 { IFM_IEEE80211_IBSS, "ibss" }, \
/freebsd/lib/libifconfig/
H A Dlibifconfig_media.c61 IFM_IEEE80211_IBSS | IFM_IEEE80211_WDS | IFM_IEEE80211_MONITOR | \
/freebsd/sbin/etherswitchcfg/
H A Difmedia.c106 IFM_IEEE80211_IBSS | IFM_IEEE80211_WDS | IFM_IEEE80211_MONITOR | \
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_bsd.c1306 mode = IFM_IEEE80211_IBSS; in wpa_driver_bsd_associate()
1643 if (ifmr.ifm_current & IFM_IEEE80211_IBSS) in get80211opmode()
/freebsd/sbin/ifconfig/
H A Difieee80211.c4719 if (ifmr.ifm_current & IFM_IEEE80211_IBSS) in get80211opmode()