On Fri, 2006-06-16 at 20:50 +0100, Daniel Drake wrote:
> I recently patched softmac to enable shared key authentication. This small
> patch
> will enable crazy or unfortunate bcm43xx users to use this new capability.
Meaning that _until now_, softmac couldn't do Shared Key auth??? That
might explain a few NM bugs I think I've seen floating around.
Dan
> Signed-off-by: Daniel Drake <[EMAIL PROTECTED]>
>
> Index: linux/drivers/net/wireless/bcm43xx/bcm43xx_main.c
> ===================================================================
> --- linux.orig/drivers/net/wireless/bcm43xx/bcm43xx_main.c
> +++ linux/drivers/net/wireless/bcm43xx/bcm43xx_main.c
> @@ -3599,6 +3599,10 @@ static void bcm43xx_ieee80211_set_securi
> secinfo->encrypt = sec->encrypt;
> dprintk(KERN_INFO PFX " .encrypt = %d\n", sec->encrypt);
> }
> + if (sec->flags & SEC_AUTH_MODE) {
> + secinfo->auth_mode = sec->auth_mode;
> + dprintk(KERN_INFO PFX " .auth_mode = %d\n", sec->auth_mode);
> + }
> if (bcm->initialized && !bcm->ieee->host_encrypt) {
> if (secinfo->enabled) {
> /* upload WEP keys to hardware */
> -
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to [EMAIL PROTECTED]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html