Bug 1923 - Setting Active Probing to false in Wifi Sta has no effect
Setting Active Probing to false in Wifi Sta has no effect
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: wifi
ns-3.14
Mac Intel Mac OS
: P2 normal
Assigned To: Daniel L.
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-06-10 12:08 UTC by l.salameh
Modified: 2014-06-11 23:30 UTC (History)
3 users (show)

See Also:


Attachments
Patch for disabling active probe requests. (2.32 KB, patch)
2014-06-10 12:08 UTC, l.salameh
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description l.salameh 2014-06-10 12:08:30 UTC
Created attachment 1844 [details]
Patch for disabling active probe requests.

In an experiment where I have multiple clients uploading tcp traffic using the OnOffAppplication to an AP, the clients' probe requests continuously synchronize and collide together. I believe this is a known issue addressed by previous bugs. When I tried to disable active probing to prevent this behaviour, no effect was observed, and each client still attempts to send a probe request when it first tries to send data packets. It seems that the flag is not checked at all before attempting to send probe requests. I have a simple patch prepared that should fix this issue. It adds an instance variable that is checked before attempting to send a probe request.
Comment 1 Tom Henderson 2014-06-11 23:30:12 UTC
fixed in changeset 10809:5a0879005e4c; thanks!