Searched refs:ic_rtsthreshold (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_proto.c92 ic->ic_rtsthreshold = IEEE80211_RTS_DEFAULT;
/illumos-gate/usr/src/uts/common/sys/
H A Dnet80211.h502 uint16_t ic_rtsthreshold; member in struct:ieee80211com
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.c405 if (frame_size > ic->ic_rtsthreshold) {
/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100.c869 ic->ic_rtsthreshold = 2346;
870 data = LE_32(ic->ic_rtsthreshold);
/illumos-gate/usr/src/uts/common/io/rwn/
H A Drt2860.c1203 (pktlen + IEEE80211_CRC_LEN > ic->ic_rtsthreshold ||
2437 tmp |= ic->ic_rtsthreshold << 8;
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_main.c825 } else if (pktlen > ic->ic_rtsthreshold) {
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200.c892 data = LE_32(ic->ic_rtsthreshold);
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_xmit.c1184 if (pktlen > ic->ic_rtsthreshold) {
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c2185 if (pktlen > ic->ic_rtsthreshold) {
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c1931 uath_config(sc, CFG_USER_RTS_THRESHOLD, ic->ic_rtsthreshold);
/illumos-gate/usr/src/uts/common/io/mwl/
H A Dmwl.c3025 (void) mwl_hal_setrtsthreshold(sc, ic->ic_rtsthreshold);
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c3851 if (totlen + IEEE80211_CRC_LEN > ic->ic_rtsthreshold) {

Completed in 112 milliseconds