Hi Everyone,
Sorry if this is the wrong place to post it. I'm working on the implementation of a MAC+PHY layer protocol which requires me to be able to change the timing of RTS/CTS and ACK packets(for example delay the DATA packet by 1 slot time instead of SIFS after a CTS is received).
I tried this with the madwifi driver but found out it is not possible to dictate the transmission of control packets from the driver.
From my understanding, these packets are transmitted by the firmware/hardware (I'm not sure which).
Is there a way to do this in using openwrt or by modifying it?
thanks in advance for any help.