Home
last modified time | relevance | path

Searched refs:KeyType (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/staging/rtl8192e/rtl8192e/
Drtl_cam.c68 u16 KeyType, const u8 *MacAddr, u8 DefaultKey, in rtl92e_set_swcam() argument
76 __func__, EntryNo, KeyIndex, KeyType, is_mesh); in rtl92e_set_swcam()
84 ieee->swcamtable[EntryNo].key_type = KeyType; in rtl92e_set_swcam()
92 u16 KeyType, const u8 *MacAddr, u8 DefaultKey, in rtl92e_set_key() argument
123 dev, EntryNo, KeyIndex, KeyType, MacAddr); in rtl92e_set_key()
126 usConfig |= BIT15 | (KeyType<<2); in rtl92e_set_key()
128 usConfig |= BIT15 | (KeyType<<2) | KeyIndex; in rtl92e_set_key()
Drtl_cam.h30 u16 KeyType, const u8 *MacAddr, u8 DefaultKey,
33 u16 KeyType, const u8 *MacAddr, u8 DefaultKey,
/Linux-v4.19/drivers/staging/rtl8192u/
Dr8192U.h1117 void setKey(struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType, u8 *MacAddr, u8 DefaultKe…
Dr8192U_core.c5086 void setKey(struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType, in setKey() argument
5099 dev, EntryNo, KeyIndex, KeyType, MacAddr); in setKey()
5102 usConfig |= BIT(15) | (KeyType << 2); in setKey()
5104 usConfig |= BIT(15) | (KeyType << 2) | KeyIndex; in setKey()