]> git.ipfire.org Git - thirdparty/hostap.git/commit
nl80211: Use NL80211_ATTR_PEER_AID to set TDLS peer AID
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 30 May 2013 07:25:23 +0000 (10:25 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 30 May 2013 07:25:23 +0000 (10:25 +0300)
commite112764e6d9e8154e3f33c667123143c3758e238
tree1aca382cbf6c61e56d99fa00e6fefa36d0bbeb30
parentf8a5fd4243a9818be57f4555f698f1448dff0501
nl80211: Use NL80211_ATTR_PEER_AID to set TDLS peer AID

This is needed for TDLS with VHT to allow partial AID to be set
correctly for the direct link frames. cfg80211 validation rules
prevented NL80211_ATTR_STA_AID from being used for this in set_station
case, so the new attribute is used instead.

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