Searched refs:IEEE80211_F_SHSLOT (Results 1 – 6 of 6) sorted by relevance
65 ((ic->ic_flags & IEEE80211_F_SHSLOT) ? \74 ((vap->iv_flags & IEEE80211_F_SHSLOT) ? \
875 if (iv->iv_flags & IEEE80211_F_SHSLOT) in vap_update_slot()888 ic->ic_flags &= ~IEEE80211_F_SHSLOT; in vap_update_slot()890 ic->ic_flags |= IEEE80211_F_SHSLOT; in vap_update_slot()1203 vap->iv_flags |= IEEE80211_F_SHSLOT; in ieee80211_vap_set_shortslottime()1205 vap->iv_flags &= ~IEEE80211_F_SHSLOT; in ieee80211_vap_set_shortslottime()
626 #define IEEE80211_F_SHSLOT 0x00000400 /* STATUS: use short slot time*/ macro
684 vap->iv_flags&IEEE80211_F_SHSLOT ? "short" : "long", in ieee80211_ibss_merge()2797 vap->iv_flags & IEEE80211_F_SHSLOT ? "short" : "long", in ieee80211_node_join()
1922 vap->iv_flags&IEEE80211_F_SHSLOT ? "short" : "long", in sta_recv_mgmt()
2603 if (vap->iv_flags & IEEE80211_F_SHSLOT) in ieee80211_getcapinfo()