James Prestwood

Results 14 comments of James Prestwood

> the client-A is waiting for this server to confirm whether the client-A should do the "send_tx_info_frame_nl" with the ACK flag set or the ACK flag not set Yes this...

The issue is how long do you wait until deciding the frame hasn't been acked? this could really delay things and I'm not sure how mac80211_hwsim/mac80211 responds if you wait...

I think the only way we can do this is without address randomization. I could add a special flag to vwifi-client/vwifi-server e.g. ``` --ack-support ``` But the catch is this...

> I think 3 seconds is a good value (feeling value). And this deadline will only be reached if Client-A does not receive a response. You can try, but in...