Searched defs:KeyType (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_cam.c83 void set_swcam(struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType, argument
89 "%d,KeyType is %d,is_mesh is %d\n", __func__, EntryNo,
90 KeyIndex, KeyType, is_mesh);
94 ieee->swcamtable[EntryNo].key_type = KeyType;
101 void setKey(struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType, argument
129 "KeyType:%d, MacAddr %pM\n", dev, EntryNo, KeyIndex,
130 KeyType, MacAddr);
133 usConfig |= BIT15 | (KeyType<<2);
135 usConfig |= BIT15 | (KeyType<<2) | KeyIndex;
/drivers/staging/rtl8192u/
H A Dr8192U_core.c4432 ieee->group_key_type, //KeyType
5986 u16 KeyType,
5998 RT_TRACE(COMP_SEC, "====>to setKey(), dev:%p, EntryNo:%d, KeyIndex:%d, KeyType:%d, MacAddr%pM\n", dev,EntryNo, KeyIndex, KeyType, MacAddr);
6001 usConfig |= BIT15 | (KeyType<<2);
6003 usConfig |= BIT15 | (KeyType<<2) | KeyIndex;
6004 // usConfig |= BIT15 | (KeyType<<2) | (DefaultKey<<5) | KeyIndex;
5983 setKey( struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType, u8 *MacAddr, u8 DefaultKey, u32 *KeyContent ) argument

Completed in 69 milliseconds