]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Fix send_action on off-channel in P2P GO role
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 26 Jan 2012 15:44:11 +0000 (17:44 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 26 Jan 2012 15:44:11 +0000 (17:44 +0200)
commit552310680c39b35a864262e44f0613a4416d282a
tree981e0004cfa73e84057f90045755421452bbd92f
parentceb997f394773075c292e81c69cdd24717e7d1d5
nl80211: Fix send_action on off-channel in P2P GO role

A P2P Action frame may need to be sent on another channel than the GO's
operating channel. This information was lost in
wpa_driver_nl80211_send_action() in the case the interface was in AP
mode. Pass the frequence and related parameters to send_mlme mechanism
to allow the correct frequence to be used with the send frame command in
AP (P2P GO) mode.

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