]> git.ipfire.org Git - thirdparty/hostap.git/commit - src/drivers/driver_nl80211.c
nl80211: Use wait_time with AP mode driver SME for offchannel
authorJouni Malinen <jouni@qca.qualcomm.com>
Fri, 11 May 2012 15:24:31 +0000 (18:24 +0300)
committerJouni Malinen <j@w1.fi>
Fri, 11 May 2012 15:24:31 +0000 (18:24 +0300)
commitb5671498bf023f8627dd99248f900056114eabaa
tree98e45bc34d75c84caf06f815f67123e15a9d8922
parent2e3e4566234731574715e0d7c0f42f4e371d00ed
nl80211: Use wait_time with AP mode driver SME for offchannel

When sending an offchannel frame (mainly, P2P Invitation Request), the
wait_time parameter was hardcoded to 0 for drivers that implement AP
mode SME. This is not correct and can cause problems for drivers that
support offloading of off-channel operations with driver/firmware based
AP SME.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
src/drivers/driver_nl80211.c