]> git.ipfire.org Git - thirdparty/hostap.git/commit
hostapd: Fix PMF robust Action frame processing rules
authorJouni Malinen <jouni@qca.qualcomm.com>
Thu, 23 Jan 2014 08:24:21 +0000 (10:24 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 23 Jan 2014 08:24:21 +0000 (10:24 +0200)
commit7b2c42f8b942842438fb4c0ab3c1134f4a637676
treeca554581eaf34c7e31f6ada0d9d9448f9a17f101
parentea6e040c30881a92e88796f3b96bd7d757888b34
hostapd: Fix PMF robust Action frame processing rules

Due to misplaced parenthesis, unprotected not-Robust Action frames
(e.g., Public Action frames) were dropped in handle_assoc() when such
frames were received during an association that had negotiated use of
PMF. This is not correct since only unprotected Robust Action frames
were supposed to be handled in this way.

This would have broken any Public Action frame use during PMF
association, but such frames were not really supposed to be used
currently (ANQP as the only possible use case should really use
protected dual option in such case).

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