Home
last modified time | relevance | path

Searched refs:IEEE80211_C_BURST (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/net80211/
H A D_ieee80211.h494 #define IEEE80211_C_BURST 0x02000000 /* CAPABILITY: frame bursting */ macro
H A Dieee80211.c637 if (vap->iv_caps & IEEE80211_C_BURST) in ieee80211_vap_setup()
H A Dieee80211_ioctl.c3186 if ((vap->iv_caps & IEEE80211_C_BURST) == 0) in ieee80211_ioctl_set80211()
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c342 #define IEEE80211_C_BURST 0x02000000 /* CAPABILITY: frame bursting */ macro
389 if ((dcaps & IEEE80211_C_BURST) != 0) in wlan_drivercaps_to_snmp()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c406 | IEEE80211_C_BURST /* xmit bursting supported */ in mwl_attach()
/freebsd/sys/dev/ath/
H A Dif_ath.c1003 ic->ic_caps |= IEEE80211_C_BURST; in ath_attach()