]> git.ipfire.org Git - thirdparty/hostap.git/commit
Avoid excessive probe response retries
authorHelmut Schaa <helmut.schaa@googlemail.com>
Sat, 19 Nov 2011 17:09:49 +0000 (19:09 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 19 Nov 2011 17:09:49 +0000 (19:09 +0200)
commit9a898ee8796eb61650af9c7f4960e0c56317e1e4
tree254cace8f55d796dbd7fb845e7cdf799a39017ff
parent8cfa3527e174f93e6d14b0cf1197fd02cb9e2ded
Avoid excessive probe response retries

Some client implementations only wait a few ms after sending a probe
request while scanning. Since probe responses are always sent at a low
rate this can eat quite some airtime and it might be impossible to get
the frame out before the client leaves the channel again. If the client
leaves before all probe reponses where acked this can cause the probe
reponse to be retried quite often consuming even more airtime.

Hence, add a new noack flag to the driver's send_mlme callback that
allows hostapd to request whether the driver should expect an ACK for
this frame or not.

Use the new noack-policy only for broadcast probe requests that contain
a wildcard SSID.

Signed-hostap: Helmut Schaa <helmut.schaa@googlemail.com>
src/ap/beacon.c