Searched refs:IEEE80211_F_SHSLOT (Results 1 - 17 of 17) sorted by relevance

/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_phy.h65 ((ic->ic_flags & IEEE80211_F_SHSLOT) ? \
74 ((vap->iv_flags & IEEE80211_F_SHSLOT) ? \
H A Dieee80211_proto.c840 * flipped into sync with the VAPs; ic_flags IEEE80211_F_SHSLOT will
876 if (iv->iv_flags & IEEE80211_F_SHSLOT)
889 ic->ic_flags &= ~IEEE80211_F_SHSLOT;
891 ic->ic_flags |= IEEE80211_F_SHSLOT;
1204 vap->iv_flags |= IEEE80211_F_SHSLOT;
1206 vap->iv_flags &= ~IEEE80211_F_SHSLOT;
H A Dieee80211_var.h628 #define IEEE80211_F_SHSLOT 0x00000400 /* STATUS: use short slot time*/ macro
H A Dieee80211_node.c684 vap->iv_flags&IEEE80211_F_SHSLOT ? "short" : "long",
2797 vap->iv_flags & IEEE80211_F_SHSLOT ? "short" : "long",
H A Dieee80211_sta.c1922 vap->iv_flags&IEEE80211_F_SHSLOT ? "short" : "long",
H A Dieee80211_output.c2612 if (vap->iv_flags & IEEE80211_F_SHSLOT)
/haiku/src/libs/compat/openbsd_wlan/net80211/
H A Dieee80211_proto.c349 ic->ic_flags |= IEEE80211_F_SHSLOT;
351 ic->ic_flags &= ~IEEE80211_F_SHSLOT;
1325 (ic->ic_flags & IEEE80211_F_SHSLOT) ?
H A Dieee80211_var.h436 #define IEEE80211_F_SHSLOT 0x00020000 /* STATUS: short slot time */ macro
H A Dieee80211_output.c751 if (ic->ic_flags & IEEE80211_F_SHSLOT)
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8335/dev/malo/
H A Dif_malo.c1713 ic->ic_flags & IEEE80211_F_SHSLOT ? "short" : "long", ic->ic_flags);
1715 if (ic->ic_flags & IEEE80211_F_SHSLOT)
1722 ic->ic_flags & IEEE80211_F_SHSLOT ? "short" : "long");
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dif_mwl.c1813 if ((ic->ic_flags & IEEE80211_F_SHSLOT) == 0)
1824 ic->ic_flags & IEEE80211_F_SHSLOT ? "short" : "long", prot,
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi3945/dev/wpi/
H A Dif_wpi.c4312 if (ic->ic_flags & IEEE80211_F_SHSLOT)
4531 if (ic->ic_flags & IEEE80211_F_SHSLOT)
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/
H A Dif_ath.c3706 if (ic->ic_flags & IEEE80211_F_SHSLOT)
3716 ic->ic_flags & IEEE80211_F_SHSLOT ? "short" : "long", usec);
/haiku/src/add-ons/kernel/drivers/network/wlan/broadcom43xx/dev/bwi/
H A Dif_bwi.c3710 bwi_mac_updateslot(mac, (ic->ic_flags & IEEE80211_F_SHSLOT));
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi4965/dev/iwn/
H A Dif_iwn.c7297 if (ic->ic_flags & IEEE80211_F_SHSLOT)
7361 if (ic->ic_flags & IEEE80211_F_SHSLOT)
/haiku/src/add-ons/kernel/drivers/network/wlan/iaxwifi200/dev/pci/
H A Dif_iwx.c7365 = htole32((ic->ic_flags & IEEE80211_F_SHSLOT)
/haiku/src/add-ons/kernel/drivers/network/wlan/idualwifi7260/dev/pci/
H A Dif_iwm.c8318 = htole32((ic->ic_flags & IEEE80211_F_SHSLOT)

Completed in 219 milliseconds