Searched refs:IFM_IEEE80211_ADHOC (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/lib/libifconfig/
H A Dlibifconfig_media.c63 ((x) & (IFM_IEEE80211_ADHOC | IFM_IEEE80211_HOSTAP | \
/freebsd-12-stable/sys/net/
H A Dif_media.h306 #define IFM_IEEE80211_ADHOC 0x00000100 /* Operate in Adhoc mode */ macro
668 { IFM_IEEE80211_ADHOC, "adhoc" }, \
/freebsd-12-stable/sys/net80211/
H A Dieee80211.c1876 ADD(media, mword, mopt | IFM_IEEE80211_ADHOC);
1880 ADD(media, mword, mopt | IFM_IEEE80211_ADHOC | IFM_FLAG0);
2178 status |= IFM_IEEE80211_ADHOC;
2187 status |= IFM_IEEE80211_ADHOC | IFM_FLAG0;
/freebsd-12-stable/sbin/etherswitchcfg/
H A Difmedia.c106 ((x) & (IFM_IEEE80211_ADHOC | IFM_IEEE80211_HOSTAP | \
/freebsd-12-stable/sbin/ifconfig/
H A Difmedia.c105 ((x) & (IFM_IEEE80211_ADHOC | IFM_IEEE80211_HOSTAP | \
H A Difieee80211.c4682 if (ifmr.ifm_current & IFM_IEEE80211_ADHOC) {
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Ddriver_bsd.c1084 * IFM_IEEE80211_ADHOC.
1089 mode = IFM_IEEE80211_ADHOC;
1582 if (ifmr.ifm_current & IFM_IEEE80211_ADHOC) {
/freebsd-12-stable/sys/dev/an/
H A Dif_an.c773 ADD(IFM_AUTO, IFM_IEEE80211_ADHOC);
782 ADD(mword, IFM_IEEE80211_ADHOC);
3252 if ((sc->an_ifmedia.ifm_cur->ifm_media & IFM_IEEE80211_ADHOC) != 0)
3287 imr->ifm_active |= IFM_IEEE80211_ADHOC;
/freebsd-12-stable/tools/tools/net80211/wlanstats/
H A Dwlanstats.c435 if (ifmr.ifm_current & IFM_IEEE80211_ADHOC) {
/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c227 if (ifmr.ifm_current & IFM_IEEE80211_ADHOC) {

Completed in 212 milliseconds