Searched refs:KeyType (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_cam.c | 57 u16 KeyType, const u8 *MacAddr, u8 DefaultKey, in rtl92e_set_swcam() argument 65 __func__, EntryNo, KeyIndex, KeyType, is_mesh); in rtl92e_set_swcam() 73 ieee->swcamtable[EntryNo].key_type = KeyType; in rtl92e_set_swcam() 81 u16 KeyType, const u8 *MacAddr, u8 DefaultKey, in rtl92e_set_key() argument 112 __func__, dev, EntryNo, KeyIndex, KeyType, MacAddr); in rtl92e_set_key() 115 usConfig |= BIT15 | (KeyType<<2); in rtl92e_set_key() 117 usConfig |= BIT15 | (KeyType<<2) | KeyIndex; in rtl92e_set_key()
|
D | rtl_cam.h | 19 u16 KeyType, const u8 *MacAddr, u8 DefaultKey, 22 u16 KeyType, const u8 *MacAddr, u8 DefaultKey,
|
/Linux-v5.10/drivers/staging/rtl8192u/ |
D | r8192U.h | 1117 void setKey(struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType, u8 *MacAddr, u8 DefaultKe…
|