Home
last modified time | relevance | path

Searched refs:IFM_IEEE80211_ADHOC (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/net/
H A Dif_media.h307 #define IFM_IEEE80211_ADHOC 0x00000100 /* Operate in Adhoc mode */ macro
672 { IFM_IEEE80211_ADHOC, "adhoc" }, \
/freebsd/lib/libifconfig/
H A Dlibifconfig_media.c60 ((x) & (IFM_IEEE80211_ADHOC | IFM_IEEE80211_HOSTAP | \
/freebsd/sys/net80211/
H A Dieee80211.c1925 ADD(media, mword, mopt | IFM_IEEE80211_ADHOC); in addmedia()
1929 ADD(media, mword, mopt | IFM_IEEE80211_ADHOC | IFM_FLAG0); in addmedia()
2231 status |= IFM_IEEE80211_ADHOC; in media_status()
2240 status |= IFM_IEEE80211_ADHOC | IFM_FLAG0; in media_status()
/freebsd/sbin/etherswitchcfg/
H A Difmedia.c105 ((x) & (IFM_IEEE80211_ADHOC | IFM_IEEE80211_HOSTAP | \
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_bsd.c1308 mode = IFM_IEEE80211_ADHOC; in wpa_driver_bsd_associate()
1635 if (ifmr.ifm_current & IFM_IEEE80211_ADHOC) { in get80211opmode()
/freebsd/usr.sbin/wlanstats/
H A Dwlanstats.c445 if (ifmr.ifm_current & IFM_IEEE80211_ADHOC) { in wlan_getopmode()
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c224 if (ifmr.ifm_current & IFM_IEEE80211_ADHOC) { in wlan_get_opmode()
/freebsd/sbin/ifconfig/
H A Difieee80211.c4719 if (ifmr.ifm_current & IFM_IEEE80211_ADHOC) { in get80211opmode()