Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_cam.c83 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()
Drtl_cam.h33 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/
Dr8192U.h1193 void setKey(struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType, u8 *MacAddr, u8 DefaultKe…
Dr8192U_core.c4864 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()