summaryrefslogtreecommitdiff
path: root/community/rt3562sta/rt3562sta-2.4.1.1-WPA-mixed.patch
blob: caf2b1c6aa7a41c465ca6feca5638914b0beb430 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- common/cmm_wpa.c.orig	2010-11-26 04:18:41.000000000 +0100
+++ common/cmm_wpa.c	2010-12-01 15:09:22.000000000 +0100
@@ -2410,7 +2410,7 @@
 	UCHAR		PrimaryRsnie;			
 	BOOLEAN		bMixCipher = FALSE;	// indicate the pairwise and group cipher are different
 	UCHAR		p_offset;		
-	WPA_MIX_PAIR_CIPHER		FlexibleCipher = MIX_CIPHER_NOTUSE;	// it provide the more flexible cipher combination in WPA-WPA2 and TKIPAES mode
+	WPA_MIX_PAIR_CIPHER		FlexibleCipher = WPA_TKIPAES_WPA2_TKIPAES;	// it provide the more flexible cipher combination in WPA-WPA2 and TKIPAES mode
 		
 	rsnielen_cur_p = NULL;
 	rsnielen_ex_cur_p = NULL;