Home
last modified time | relevance | path

Searched refs:IEEE80211_C_MBSS (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/net80211/
H A D_ieee80211.h486 #define IEEE80211_C_MBSS 0x00040000 /* CAPABILITY: MBSS available */ macro
506 IEEE80211_C_TDMA | IEEE80211_C_MBSS)
H A Dieee80211.c87 [IEEE80211_M_MBSS] = IEEE80211_C_MBSS,
1932 if (caps & IEEE80211_C_MBSS) in addmedia()
/freebsd/sys/dev/wtap/
H A Dif_wtap.c653 ic->ic_caps = IEEE80211_C_MBSS | IEEE80211_C_IBSS; in wtap_attach()
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c337 #define IEEE80211_C_MBSS 0x00040000 /* CAPABILITY: MBSS available */ macro
383 if ((dcaps & IEEE80211_C_MBSS) != 0) in wlan_drivercaps_to_snmp()
/freebsd/sys/dev/ral/
H A Drt2560.c274 | IEEE80211_C_MBSS /* mesh point link mode */ in rt2560_attach()
H A Drt2661.c274 | IEEE80211_C_MBSS /* mesh point link mode */ in rt2661_attach()
H A Drt2860.c316 | IEEE80211_C_MBSS /* mesh point link mode */ in rt2860_attach()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c404 | IEEE80211_C_MBSS /* mesh point link mode */ in mwl_attach()
/freebsd/sys/dev/ath/
H A Dif_ath.c913 | IEEE80211_C_MBSS /* mesh point link mode */ in ath_attach()
/freebsd/sys/dev/usb/wlan/
H A Dif_run.c853 IEEE80211_C_MBSS | in run_attach()