Searched refs:KeyType (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/ |
D | rtl_cam.c | 83 void set_swcam(struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType, in set_swcam() argument 91 __func__, EntryNo, KeyIndex, KeyType, is_mesh); in set_swcam() 95 ieee->swcamtable[EntryNo].key_type = KeyType; in set_swcam() 102 void setKey(struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType, in setKey() argument 131 dev, EntryNo, KeyIndex, KeyType, MacAddr); in setKey() 134 usConfig |= BIT15 | (KeyType<<2); in setKey() 136 usConfig |= BIT15 | (KeyType<<2) | KeyIndex; in setKey()
|
D | rtl_cam.h | 33 void setKey(struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType, 35 void set_swcam(struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType,
|
/linux-4.1.27/drivers/staging/rtl8192u/ |
D | r8192U.h | 1193 void setKey(struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType, u8 *MacAddr, u8 DefaultKe…
|
D | r8192U_core.c | 4864 void setKey(struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType, in setKey() argument 4874 …:%p, EntryNo:%d, KeyIndex:%d, KeyType:%d, MacAddr%pM\n", dev, EntryNo, KeyIndex, KeyType, MacAddr); in setKey() 4877 usConfig |= BIT15 | (KeyType<<2); in setKey() 4879 usConfig |= BIT15 | (KeyType<<2) | KeyIndex; in setKey()
|