Searched defs:security_priv (Results  1 – 3 of 3) sorted by relevance
| /linux-4.4.14/drivers/staging/rtl8712/ | 
| D | rtl871x_security.h | 91 struct security_priv {  struct92 	u32 AuthAlgrthm;		/* 802.11 auth, could be open, shared,
 94 	u32 PrivacyAlgrthm;		/* This specify the privacy for shared
 96 	u32 PrivacyKeyIndex;		/* this is only valid for legendary
 98 	union Keytype DefKey[4];	/* this is only valid for def. key */
 99 	u32 DefKeylen[4];
 100 	u32 XGrpPrivacy;		/* This specify the privacy algthm.
 102 	u32 XGrpKeyid;			/* key id used for Grp Key */
 103 	union Keytype	XGrpKey[2];	/* 802.1x Group Key, for
 105 	union Keytype	XGrptxmickey[2];
 [all …]
 
 | 
| /linux-4.4.14/drivers/staging/rtl8188eu/include/ | 
| D | rtw_security.h | 106 struct security_priv {  struct107 	u32	  dot11AuthAlgrthm;	/*  802.11 auth, could be open,
 109 	u32	  dot11PrivacyAlgrthm;	/*  This specify the privacy for
 112 	u32	  dot11PrivacyKeyIndex;	/*  this is only valid for legendary
 114 	union Keytype dot11DefKey[4];	/*  this is only valid for def. key */
 115 	u32	dot11DefKeylen[4];
 116 	u32 dot118021XGrpPrivacy;	/*  This specify the privacy algthm.
 118 	u32	dot118021XGrpKeyid;	/*  key id used for Grp Key
 120 	union Keytype	dot118021XGrpKey[4];	/*  802.1x Group Key,
 122 	union Keytype	dot118021XGrptxmickey[4];
 [all …]
 
 | 
| /linux-4.4.14/drivers/staging/rtl8723au/include/ | 
| D | rtw_security.h | 100 struct security_priv {  struct101 	u32	  dot11AuthAlgrthm;	/*  802.11 auth, could be open, shared,
 103 	u32	  dot11PrivacyAlgrthm;	/* This specifies the privacy for
 107 	u32	  dot11PrivacyKeyIndex;	/*  this is only valid for legendary
 110 	struct rtw_wep_key wep_key[NUM_WEP_KEYS];
 112 	u32 dot118021XGrpPrivacy;	/* specify the privacy algthm.
 115 	u32	dot118021XGrpKeyid;	/*  key id used for Grp Key
 118 	union Keytype	dot118021XGrpKey[4];/* 802.1x Grp Key, inx0 and inx1 */
 119 	union Keytype	dot118021XGrptxmickey[4];
 120 	union Keytype	dot118021XGrprxmickey[4];
 [all …]
 
 |