]> git.ipfire.org Git - thirdparty/hostap.git/commit
Remove redundant management group cipher suite selector writing
authorRohan Dutta <quic_drohan@quicinc.com>
Fri, 11 Apr 2025 14:59:09 +0000 (20:29 +0530)
committerJouni Malinen <j@w1.fi>
Fri, 9 May 2025 07:24:04 +0000 (10:24 +0300)
commit2c0e21ef27c64412986883360878217cf452cd88
tree272bd97875198077398289231f437b6d3dce44c3
parent54930b62b5d3e4e8eafc6c74ff123554de14ee86
Remove redundant management group cipher suite selector writing

Remove the default BIP (AES-128-CMAC) from the code writing the group
management cipher selector into an RSNE since this field is omitted when
the default value is used. This case was unreachable due to the earlier
if statement skipping this switch statement.

Signed-off-by: Rohan Dutta <quic_drohan@quicinc.com>
src/ap/wpa_auth_ie.c