vanhoefm / modwifi

462 stars 127 forks source link

Truly Disabling RTS/CTS #22

Open ghicks85 opened 4 years ago

ghicks85 commented 4 years ago

After carefully following the installation instructions, I attempted to disable carrier sensing. Even after setting 'force_channel_idle' and 'ignore_virt_cs' to '1' I still witnessed (via WireShark captures) RTSs initiated from the wireless interface to the target AP. This occurrence, however somewhat infrequent, only happened during layer 3 (TCP,ICMP) packet RE-transmissions. Is it possible to disable this aspect of RTS/CTS as well? Seem like this type of collisions avoidance is controlled at the HW level.

Thanks in advance!