]> git.ipfire.org Git - thirdparty/hostap.git/commit
Interworking: Continue ANQP fetch after TX failure
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 7 Jan 2013 16:38:09 +0000 (18:38 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 7 Jan 2013 16:38:09 +0000 (18:38 +0200)
commitd1ec319f120392773ead91c21c2a50cce7e1ec25
tree6782a4d608415e1567043afb1071501b61f88d2d
parent2cd6af9c93b6a59fa49da026f8a0afebea290540
Interworking: Continue ANQP fetch after TX failure

If the driver rejected any of the offchannel Action frame TX requests,
the previous implementation terminated ANQP fetch process. While the
driver should not really reject the request normally, it is possible
that a request gets rejected for some reason. Allow the fetch process to
continue with the next AP in such case to avoid breaking networking
selection. This could result, e.g., in auto_interworking=1 process
failing to connect if any the driver rejects requests to any of the APs
in the scan result even if some other APs provided suitable information.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/interworking.c