]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Fix off-channel Action frame TX from GO with use_monitor
authorJouni Malinen <j@w1.fi>
Sat, 28 Sep 2013 09:05:03 +0000 (12:05 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 28 Sep 2013 09:08:19 +0000 (12:08 +0300)
commitf78f278520f5213f69bce90d5121dc89dbe3bd3e
tree4d0379b5cdc21a03e42f0b70962931982a42310a
parentd3b082371d5cd2d59c6d77bf05771c7316c30a55
nl80211: Fix off-channel Action frame TX from GO with use_monitor

TX frequency gets lost when going through the monitor send MLME option
and this resulted in P2P operations like invitation from a GO failing
when the driver needs monitor socket, but would support offchannel TX.
Fix this by using frame_cmd path instead in case the monitor socket
would have been hit for action frame TX.

Signed-hostap: Jouni Malinen <j@w1.fi>
src/drivers/driver_nl80211.c