[ath9k-devel] Is two different AP's RTS/CTS affect each other's sta?
Sergey Ryazanov <[email protected]> Thu, 8 Dec 2016 02:10:03 +0300
| Newsgroups | org.ath9k.lists.ath9k-devel |
|---|---|
| Message-ID | <CAHNKnsSfqLWVPCrBAV6ETK-FZA-uC2eRGDLiCX+G6jGpSZwKpA@mail.gmail.com> |
On Tue, Dec 6, 2016 at 7:21 AM, ??? <[email protected]> wrote: > There are two APs: (R1, R2) > And there are four STAs:(S11, S12, S21, S22) > S11 and S12 are in the network of R1, > S21 and S22 are in the network of R2, > > i know that if S11 send a RTS packet, then S12 will wait a period. > but will S21 and S22 wait for a period too? Yes, they must do that. Also they all will wait a period, which is specified in CTS frame, which should be emitted by R1 in response to RTS frame received from S11. In accordance to standard, RTS/CTS frames must be processed by each station, which hear these frames, regardless of BSS. This is quite simplified description, see section 9.3.2.4 in IEEE 802.11-2012 for more details. -- Sergey