Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A D_ieee80211.h496 #define IEEE80211_C_BURST 0x02000000 /* CAPABILITY: frame bursting */ macro
H A Dieee80211.c607 if (vap->iv_caps & IEEE80211_C_BURST) in ieee80211_vap_setup()
H A Dieee80211_ioctl.c3185 if ((vap->iv_caps & IEEE80211_C_BURST) == 0) in ieee80211_ioctl_set80211()