Searched defs:setkey_parm (Results  1 – 3 of 3) sorted by relevance
| /linux-4.4.14/drivers/staging/rtl8188eu/include/ | 
| D | rtw_cmd.h | 166 struct setkey_parm {  struct167 	u8	algorithm;	/* could be none, wep40, TKIP, CCMP, wep104 */
 168 	u8	keyid;
 169 	u8	grpkey;		/* 1: this is the grpkey for 802.1x.
 171 	u8	set_tx;		/* 1: main tx key for wep. 0: other key. */
 172 	u8	key[16];	/* this could be 40 or 104 */
 
 | 
| /linux-4.4.14/drivers/staging/rtl8723au/include/ | 
| D | rtw_cmd.h | 219 struct setkey_parm {  struct220 	u32	algorithm;	/*  encryption algorithm, could be none, wep40, TKIP, CCMP, wep104 */
 221 	u8	keyid;
 222 	u8	grpkey;		/*  1: this is the grpkey for 802.1x. 0: this is the unicast key for 802.1x */
 223 	u8	set_tx;		/*  1: main tx key for wep. 0: other key. */
 224 	u8	key[16];	/*  this could be 40 or 104 */
 
 | 
| /linux-4.4.14/drivers/staging/rtl8712/ | 
| D | rtl871x_cmd.h | 186 struct setkey_parm {  struct187 	u8	algorithm;	/* encryption algorithm, could be none, wep40,
 189 	u8	keyid;
 190 	u8	grpkey;		/* 1: this is the grpkey for 802.1x.
 192 	u8	key[16];	/* this could be 40 or 104 */
 
 |