Searched refs:KeyType (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_cam.c | 47 u16 KeyType, const u8 *MacAddr, u32 *KeyContent) in rtl92e_set_swcam() argument 57 ieee->swcamtable[EntryNo].key_type = KeyType; in rtl92e_set_swcam() 64 u16 KeyType, const u8 *MacAddr, u8 DefaultKey, in rtl92e_set_key() argument 92 usConfig |= BIT(15) | (KeyType << 2); in rtl92e_set_key() 94 usConfig |= BIT(15) | (KeyType << 2) | KeyIndex; in rtl92e_set_key()
|
D | rtl_cam.h | 20 u16 KeyType, const u8 *MacAddr, u8 DefaultKey, 23 u16 KeyType, const u8 *MacAddr, u32 *KeyContent);
|