Home
last modified time | relevance | path

Searched refs:IEEE80211_F_SHPREAMBLE (Results 1 – 22 of 22) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_beacon.c41 (((_ic)->ic_flags & (IEEE80211_F_SHPREAMBLE | IEEE80211_F_USEBARKER))\ in arn_beacon_setup()
42 == IEEE80211_F_SHPREAMBLE) in arn_beacon_setup()
H A Darn_rc.c816 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) && in arn_rc_rate_set_series()
H A Darn_xmit.c1227 ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) && in ath_tx_setup_buffer()
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_proto.c352 ic->ic_flags |= IEEE80211_F_SHPREAMBLE; in ieee80211_reset_erp()
355 ic->ic_flags &= ~IEEE80211_F_SHPREAMBLE; in ieee80211_reset_erp()
H A Dnet80211_input.c1443 ic->ic_flags |= IEEE80211_F_SHPREAMBLE; in ieee80211_recv_mgmt()
1446 ic->ic_flags &= ~IEEE80211_F_SHPREAMBLE; in ieee80211_recv_mgmt()
1465 ic->ic_flags&IEEE80211_F_SHPREAMBLE ? "short" : "long", in ieee80211_recv_mgmt()
H A Dnet80211_output.c408 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) && in ieee80211_get_capinfo()
H A Dnet80211_node.c667 (ic->ic_flags & IEEE80211_F_SHPREAMBLE) ? "short" : "long", in ieee80211_ibss_merge()
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h129 #define IEEE80211_F_SHPREAMBLE 0x00040000 /* STATUS: use short preamble */ macro
/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560.c466 if (!(ic->ic_flags & IEEE80211_F_SHPREAMBLE)) { in rt2560_update_plcp()
479 (ic->ic_flags & IEEE80211_F_SHPREAMBLE) ? "short" : "long"); in rt2560_update_plcp()
1348 if (rate != 2 && (flags & IEEE80211_F_SHPREAMBLE)) in rt2560_txtime()
1421 if (rate != 2 && (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in rt2560_setup_tx_desc()
/illumos-gate/usr/src/uts/common/io/ural/
H A Dural.c585 if (rate != 2 && (flags & IEEE80211_F_SHPREAMBLE)) in ural_txtime()
654 if (rate != 2 && (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in ural_setup_tx_desc()
1179 if (sc->sc_ic.ic_flags & IEEE80211_F_SHPREAMBLE) in ural_set_txpreamble()
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum.c647 if (rate != 2 && (flags & IEEE80211_F_SHPREAMBLE)) in rum_txtime()
718 if (rate != 2 && (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in rum_setup_tx_desc()
1043 if (sc->sc_ic.ic_flags & IEEE80211_F_SHPREAMBLE) in rum_set_txpreamble()
/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661.c1302 if (rate != 2 && (flags & IEEE80211_F_SHPREAMBLE)) in rt2661_txtime()
1399 if (rate != 2 && (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in rt2661_setup_tx_desc()
1811 if (sc->sc_ic.ic_flags & IEEE80211_F_SHPREAMBLE) in rt2661_set_txpreamble()
/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860.c1071 if (rate != 2 && (flags & IEEE80211_F_SHPREAMBLE)) in rt2860_txtime()
1186 if (rate != 2 && (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in rt2860_send()
1357 if (sc->sc_ic.ic_flags & IEEE80211_F_SHPREAMBLE) in rt2860_set_txpreamble()
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.c427 } else if (rate != 2 && (ic->ic_flags & IEEE80211_F_SHPREAMBLE)) in zyd_send()
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c1961 if ((flags & IEEE80211_F_SHPREAMBLE) != 0) in rtw_compute_duration1()
2152 if (((ic->ic_flags & IEEE80211_F_SHPREAMBLE) != 0) && in rtw_assembly_80211()
/illumos-gate/usr/src/uts/common/io/wpi/
H A Dwpi.c1358 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) in wpi_newstate()
3412 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE)
/illumos-gate/usr/src/uts/common/io/iwk/
H A Diwk2.c3556 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) in iwk_hw_set_before_auth()
6172 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) { in iwk_run_state_config_ibss()
6220 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) in iwk_run_state_config_sta()
/illumos-gate/usr/src/uts/common/io/iwp/
H A Diwp.c3864 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) { in iwp_hw_set_before_auth()
5298 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) { in iwp_run_state_config()
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_main.c756 if ((ic->ic_flags & IEEE80211_F_SHPREAMBLE) && in ath_tx_start()
/illumos-gate/usr/src/uts/common/io/iwh/
H A Diwh.c4045 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) { in iwh_hw_set_before_auth()
5774 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) { in iwh_run_state_config()
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200.c2320 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) in ipw2200_send()
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c5906 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) in iwn_auth()
6017 if (ic->ic_flags & IEEE80211_F_SHPREAMBLE) in iwn_run()