Sujith Manoharan <[email protected]> writes:
> From: Sujith Manoharan <[email protected]>
>
> When static keys are used in shared WEP, when a
> station is associated, message 3 is sent with an
> encrypted payload. But, for subsequent
> authentications that are triggered without a
> deauth, the auth frame is decrypted by the HW. To
> handle this, check if the WEP keys have already
> been set for the peer and if so, mark the
> frame as decrypted.
>
> Signed-off-by: Sujith Manoharan <[email protected]>
[...]
> + if (peer_key) {
> + ath10k_dbg(ar, ATH10K_DBG_MAC,
> + "wep key present for peer: %pM\n", addr);
> + status->flag |= RX_FLAG_DECRYPTED;
> + }
> + }
> +
> +}
A checkpatch warning:
drivers/net/wireless/ath/ath10k/wmi.c:1141: CHECK: Blank lines aren't necessary
before a close brace '}'
--
Kalle Valo
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html