Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_proto.c388 ic->ic_flags |= IEEE80211_F_SHSLOT; in ieee80211_set_shortslottime()
390 ic->ic_flags &= ~IEEE80211_F_SHSLOT; in ieee80211_set_shortslottime()
H A Dnet80211_output.c412 if (ic->ic_flags & IEEE80211_F_SHSLOT) in ieee80211_get_capinfo()
H A Dnet80211_input.c1466 ic->ic_flags&IEEE80211_F_SHSLOT ? "short" : "long", in ieee80211_recv_mgmt()
H A Dnet80211_node.c668 (ic->ic_flags & IEEE80211_F_SHSLOT) ? "short" : "long", in ieee80211_ibss_merge()
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h119 #define IEEE80211_F_SHSLOT 0x00000400 macro
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpi.c1356 if (ic->ic_flags & IEEE80211_F_SHSLOT) in wpi_newstate()
3410 if (ic->ic_flags & IEEE80211_F_SHSLOT)
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c3551 if (ic->ic_flags & IEEE80211_F_SHSLOT) in iwk_hw_set_before_auth()
6167 if (ic->ic_flags & IEEE80211_F_SHSLOT) { in iwk_run_state_config_ibss()
6216 if (ic->ic_flags & IEEE80211_F_SHSLOT) in iwk_run_state_config_sta()
/illumos-gate/usr/src/uts/common/io/ural/
H A Dural.c1151 slottime = (ic->ic_flags & IEEE80211_F_SHSLOT) ? 9 : 20; in ural_update_slot()
/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw.c2441 ic->ic_flags & IEEE80211_F_SHSLOT) in urtw_8225_rf_set_chan()
2847 ic->ic_flags & IEEE80211_F_SHSLOT) { in urtw_8225v2_rf_set_chan()
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp.c3858 if (ic->ic_flags & IEEE80211_F_SHSLOT) { in iwp_hw_set_before_auth()
5293 if (ic->ic_flags & IEEE80211_F_SHSLOT) { in iwp_run_state_config()
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum.c1227 slottime = (ic->ic_flags & IEEE80211_F_SHSLOT) ? 9 : 20; in rum_update_slot()
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c4039 if (ic->ic_flags & IEEE80211_F_SHSLOT) { in iwh_hw_set_before_auth()
5769 if (ic->ic_flags & IEEE80211_F_SHSLOT) { in iwh_run_state_config()
/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661.c1772 slottime = (ic->ic_flags & IEEE80211_F_SHSLOT) ? 9 : 20; in rt2661_set_slottime()
/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860.c1297 tmp |= (ic->ic_flags & IEEE80211_F_SHSLOT) ? 9 : 20; in rt2860_updateslot()
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c5904 if (ic->ic_flags & IEEE80211_F_SHSLOT) in iwn_auth()
6015 if (ic->ic_flags & IEEE80211_F_SHSLOT) in iwn_run()