Searched refs:IEEE80211_F_BURST (Results 1 - 5 of 5) sorted by relevance

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211.c612 vap->iv_flags |= IEEE80211_F_BURST;
712 ieee80211_syncflag_locked(ic, IEEE80211_F_BURST);
767 ieee80211_syncflag_locked(ic, IEEE80211_F_BURST);
H A Dieee80211_var.h621 #define IEEE80211_F_BURST 0x00000008 /* CONF: bursting enabled */ macro
H A Dieee80211_ioctl.c1004 ireq->i_val = (vap->iv_flags & IEEE80211_F_BURST) != 0;
3204 ieee80211_syncflag(vap, IEEE80211_F_BURST);
3206 ieee80211_syncflag(vap, -IEEE80211_F_BURST);
H A Dieee80211_proto.c1707 (vap->iv_flags & IEEE80211_F_BURST) ?
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwl.c1126 (ic->ic_flags & IEEE80211_F_BURST) != 0);

Completed in 74 milliseconds