]> git.ipfire.org Git - thirdparty/hostap.git/commit
PASN: Correctly set RSNXE bits from STA
authorIlan Peer <ilan.peer@intel.com>
Tue, 16 Feb 2021 13:23:57 +0000 (15:23 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 19 Feb 2021 22:25:10 +0000 (00:25 +0200)
commit85eb47e3a9926bb5142609f862a31dcf728f8c9f
tree4b235a578428ec4eaac1a15f9b4e430667e554cb
parentbe5f7f3746c7b66ca6a03b307d4ed77c3cbc9f0b
PASN: Correctly set RSNXE bits from STA

These defines are for the capability bit number, not the binary value
from the bit index. As such, need to use BIT() here to set the bitmap
appropriately.

Signed-off-by: Ilan Peer <ilan.peer@intel.com>
Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
wpa_supplicant/pasn_supplicant.c