Home
last modified time | relevance | path

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

/f-stack/freebsd/net80211/
H A Dieee80211_phy.h65 ((ic->ic_flags & IEEE80211_F_SHSLOT) ? \
74 ((vap->iv_flags & IEEE80211_F_SHSLOT) ? \
H A Dieee80211_proto.c875 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()
H A Dieee80211_var.h626 #define IEEE80211_F_SHSLOT 0x00000400 /* STATUS: use short slot time*/ macro
H A Dieee80211_node.c684 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()
H A Dieee80211_sta.c1922 vap->iv_flags&IEEE80211_F_SHSLOT ? "short" : "long", in sta_recv_mgmt()
H A Dieee80211_output.c2603 if (vap->iv_flags & IEEE80211_F_SHSLOT) in ieee80211_getcapinfo()