]> git.ipfire.org Git - thirdparty/hostap.git/commit
AP: Do not look for supported rates in DMG/IEEE 802.11ad
authorDedy Lansky <qca_dlansky@qca.qualcomm.com>
Tue, 20 Dec 2016 15:04:43 +0000 (17:04 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 5 Jan 2017 15:05:00 +0000 (17:05 +0200)
commit0c4b9025c189d7fe90ac0c14c862e96ed725ded6
tree40746f5acd5f5163a149212d6e7d68f180a26702
parente72faadb4955b8206e76a2c6a8e84718fe6a4bac
AP: Do not look for supported rates in DMG/IEEE 802.11ad

Supported Rates element is not present in DMG/IEEE 802.11ad frames. Make
copy_supp_rates() immediately return with success if hardware mode is
IEEE 802.11ad.

Signed-off-by: Dedy Lansky <qca_dlansky@qca.qualcomm.com>
src/ap/ieee802_11.c