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>
/* Management Group Cipher Suite */
switch (group_mgmt_cipher) {
- case WPA_CIPHER_AES_128_CMAC:
- RSN_SELECTOR_PUT(pos, RSN_CIPHER_SUITE_AES_128_CMAC);
- break;
case WPA_CIPHER_BIP_GMAC_128:
RSN_SELECTOR_PUT(pos, RSN_CIPHER_SUITE_BIP_GMAC_128);
break;