Lines Matching defs:cts
743 /* RTS reserves medium for SIFS | CTS | SIFS | (DATA) | SIFS | ACK
770 /* 1 - 2 Mb/s WLAN: send ACK/CTS at 1 Mb/s */
776 /* 5.5 - 11 Mb/s WLAN: send ACK/CTS at 2 Mb/s */
1802 * Build a CTS-to-self (Clear To Send) control frame.
1807 struct ieee80211_frame_cts *cts;
1816 cts = mtod(m, struct ieee80211_frame_cts *);
1817 cts->i_fc[0] = IEEE80211_FC0_VERSION_0 | IEEE80211_FC0_TYPE_CTL |
1819 cts->i_fc[1] = IEEE80211_FC1_DIR_NODS;
1820 *(uint16_t *)cts->i_dur = htole16(dur);
1821 IEEE80211_ADDR_COPY(cts->i_ra, ic->ic_myaddr);