Search Linux Wireless

Re: [PATCHv2] cfg80211: Skip key deletion for open associations

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 2021-01-26 at 00:50 +0530, chaitanya.mgit@xxxxxxxxx wrote:
> From: Chaitanya Tata <chaitanya.mgit@xxxxxxxxx>
> 
> From: Chaitanya Tata <chaitanya.mgit@xxxxxxxxx>

That's broken, please check your git mail setup.

>  	 * Delete all the keys ... pairwise keys can't really
>  	 * exist any more anyway, but default keys might.
>  	 */
> -	if (rdev->ops->del_key) {
> +	if (wdev->connect_keys && rdev->ops->del_key) {
> 

This is wrong, wdev->connect_keys is not needed to make a secure
connection.

johannes




[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Wireless Regulations]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux