Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_cmd.h274 struct setkey_parm { struct
275 u8 algorithm; /* encryption algorithm, could be none, wep40, TKIP, CCMP, wep104 */
276 u8 keyid;
277 u8 grpkey; /* 1: this is the grpkey for 802.1x. 0: this is the unicast key for 802.1x */
278 u8 set_tx; /* 1: main tx key for wep. 0: other key. */
279 u8 key[16]; /* this could be 40 or 104 */
/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_cmd.h173 struct setkey_parm { struct
174 u8 algorithm; /* encryption algorithm, could be none, wep40,
177 u8 keyid;
178 u8 grpkey; /* 1: this is the grpkey for 802.1x.
181 u8 key[16]; /* this could be 40 or 104 */