Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/rtl8192e/rtl8192e/
Drtl_cam.c52 u16 KeyType, const u8 *MacAddr, u32 *KeyContent) in rtl92e_set_swcam() argument
62 ieee->swcamtable[EntryNo].key_type = KeyType; in rtl92e_set_swcam()
69 u16 KeyType, const u8 *MacAddr, u8 DefaultKey, in rtl92e_set_key() argument
97 usConfig |= BIT15 | (KeyType << 2); in rtl92e_set_key()
99 usConfig |= BIT15 | (KeyType << 2) | KeyIndex; in rtl92e_set_key()
Drtl_cam.h19 u16 KeyType, const u8 *MacAddr, u8 DefaultKey,
22 u16 KeyType, const u8 *MacAddr, u32 *KeyContent);
/Linux-v6.6/drivers/staging/rtl8192u/
Dr8192U.h1120 void setKey(struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType,