]> git.ipfire.org Git - thirdparty/hostap.git/commit
SAE: Set special Sc value when moving to Accepted state
authorJouni Malinen <j@w1.fi>
Wed, 27 Dec 2017 10:17:44 +0000 (12:17 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 27 Dec 2017 10:19:08 +0000 (12:19 +0200)
commitc4fc7e31c7d520ba9c1f989fd6f8cc727aee1d60
tree4b4cab654a84bc9e5fab65bd962ed0ed1ccc060b
parentabcbd0604cc604bc62b6d47d30559111447ea88c
SAE: Set special Sc value when moving to Accepted state

Set Sc to 2^16-1 when moving to Accepted state per IEEE Std 802.11-2016,
12.4.8.6.5 (Protocol instance behavior - Confirmed state). This allows
the peer in Accepted state to silently ignore unnecessary
retransmissions of the Confirm message.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/ieee802_11.c
src/common/sae.c