Home
last modified time | relevance | path

Searched defs:setkey_parm (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/rtl8188eu/include/
Drtw_cmd.h153 struct setkey_parm { struct
154 u8 algorithm; /* could be none, wep40, TKIP, CCMP, wep104 */
155 u8 keyid;
156 u8 grpkey; /* 1: this is the grpkey for 802.1x.
159 u8 set_tx; /* 1: main tx key for wep. 0: other key. */
160 u8 key[16]; /* this could be 40 or 104 */
/drivers/staging/rtl8723bs/include/
Drtw_cmd.h301 struct setkey_parm { struct
302 u8 algorithm; /* encryption algorithm, could be none, wep40, TKIP, CCMP, wep104 */
303 u8 keyid;
304 u8 grpkey; /* 1: this is the grpkey for 802.1x. 0: this is the unicast key for 802.1x */
305 u8 set_tx; /* 1: main tx key for wep. 0: other key. */
306 u8 key[16]; /* this could be 40 or 104 */
/drivers/staging/rtl8712/
Drtl871x_cmd.h174 struct setkey_parm { struct
175 u8 algorithm; /* encryption algorithm, could be none, wep40,
178 u8 keyid;
179 u8 grpkey; /* 1: this is the grpkey for 802.1x.
182 u8 key[16]; /* this could be 40 or 104 */