Home
last modified time | relevance | path

Searched refs:IEEE80211_F_SHSLOT (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/net80211/
H A Dieee80211_phy.h63 ((ic->ic_flags & IEEE80211_F_SHSLOT) ? \
72 ((vap->iv_flags & IEEE80211_F_SHSLOT) ? \
H A Dieee80211_proto.c886 if (iv->iv_flags & IEEE80211_F_SHSLOT) in vap_update_slot()
899 ic->ic_flags &= ~IEEE80211_F_SHSLOT; in vap_update_slot()
901 ic->ic_flags |= IEEE80211_F_SHSLOT; in vap_update_slot()
1211 vap->iv_flags |= IEEE80211_F_SHSLOT; in ieee80211_vap_set_shortslottime()
1213 vap->iv_flags &= ~IEEE80211_F_SHSLOT; in ieee80211_vap_set_shortslottime()
H A Dieee80211_var.h636 #define IEEE80211_F_SHSLOT 0x00000400 /* STATUS: use short slot time*/ macro
H A Dieee80211_node.c706 vap->iv_flags&IEEE80211_F_SHSLOT ? "short" : "long", in ieee80211_ibss_merge()
2829 vap->iv_flags & IEEE80211_F_SHSLOT ? "short" : "long", in ieee80211_node_join()
H A Dieee80211_sta.c1937 vap->iv_flags&IEEE80211_F_SHSLOT ? "short" : "long", in sta_recv_mgmt()
H A Dieee80211_output.c2672 if (vap->iv_flags & IEEE80211_F_SHSLOT) in ieee80211_getcapinfo()
/freebsd/sys/dev/iwm/
H A Dif_iwm_mac_ctxt.c334 = htole32((ic->ic_flags & IEEE80211_F_SHSLOT) in iwm_mac_ctxt_cmd_common()
/freebsd/sys/dev/malo/
H A Dif_malo.c1702 ic->ic_flags & IEEE80211_F_SHSLOT ? "short" : "long", ic->ic_flags); in malo_updateslot()
1704 if (ic->ic_flags & IEEE80211_F_SHSLOT) in malo_updateslot()
1711 ic->ic_flags & IEEE80211_F_SHSLOT ? "short" : "long"); in malo_updateslot()
/freebsd/sys/dev/mwl/
H A Dif_mwl.c1809 if ((ic->ic_flags & IEEE80211_F_SHSLOT) == 0) in mwl_updateslot()
1820 ic->ic_flags & IEEE80211_F_SHSLOT ? "short" : "long", prot, in mwl_updateslot()
/freebsd/sys/dev/ath/
H A Dif_ath.c3742 if (ic->ic_flags & IEEE80211_F_SHSLOT) in ath_setslottime()
3752 ic->ic_flags & IEEE80211_F_SHSLOT ? "short" : "long", usec); in ath_setslottime()
/freebsd/sys/dev/wpi/
H A Dif_wpi.c4304 if (ic->ic_flags & IEEE80211_F_SHSLOT) in wpi_auth()
4523 if (ic->ic_flags & IEEE80211_F_SHSLOT) in wpi_run()
/freebsd/sys/dev/bwi/
H A Dif_bwi.c3702 bwi_mac_updateslot(mac, (ic->ic_flags & IEEE80211_F_SHSLOT)); in bwi_updateslot()
/freebsd/sys/dev/usb/wlan/
H A Dif_urtw.c4351 ic->ic_flags & IEEE80211_F_SHSLOT) in urtw_updateslottask()
/freebsd/sys/dev/iwn/
H A Dif_iwn.c7292 else if (vap->iv_flags & IEEE80211_F_SHSLOT) in iwn_auth()
7361 else if (vap->iv_flags & IEEE80211_F_SHSLOT) in iwn_run()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c1935 if ((vap->iv_flags & IEEE80211_F_SHSLOT) != in lkpi_sta_assoc_to_run()