Searched refs:KeyType (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A Dwpa.h206 u8 KeyType:1; member in struct:rt_key_info
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Dwpa.c184 Packet.KeyDesc.KeyInfo.KeyType = (bUnicast ? PAIRWISEKEY : GROUPKEY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dapplehttp.c53 enum KeyType { enum
62 enum KeyType key_type;
204 enum KeyType key_type = KEY_NONE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_wpa.c265 && (peerKeyInfo.KeyType == PAIRWISEKEY)) {
284 if (peerKeyInfo.KeyType == PAIRWISEKEY)
298 && peerKeyInfo.KeyType ==
315 && peerKeyInfo.KeyType ==
322 && peerKeyInfo.KeyType ==
2369 pMsg->KeyDesc.KeyInfo.KeyType = GROUPKEY;
2371 pMsg->KeyDesc.KeyInfo.KeyType = PAIRWISEKEY;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhls.c62 enum KeyType { enum
73 enum KeyType key_type;
499 enum KeyType key_type = KEY_NONE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/
H A Dr8192E.h1378 void setKey(struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType, const u8 *MacAddr, u8 DefaultKey, u32 *KeyContent );
H A Dr8192E_core.c4922 ieee->group_key_type, //KeyType
6571 u16 KeyType,
6604 RT_TRACE(COMP_SEC, "====>to setKey(), dev:%p, EntryNo:%d, KeyIndex:%d, KeyType:%d, MacAddr%pM\n", dev,EntryNo, KeyIndex, KeyType, MacAddr);
6607 usConfig |= BIT15 | (KeyType<<2);
6609 usConfig |= BIT15 | (KeyType<<2) | KeyIndex;
6610 // usConfig |= BIT15 | (KeyType<<2) | (DefaultKey<<5) | KeyIndex;
6568 setKey( struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType, const u8 *MacAddr, u8 DefaultKey, u32 *KeyContent ) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/
H A Dr8192U.h1260 void setKey(struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType, u8 *MacAddr, u8 DefaultKey, u32 *KeyContent );
H A Dr8192U_core.c4463 ieee->group_key_type, //KeyType
6009 u16 KeyType,
6021 RT_TRACE(COMP_SEC, "====>to setKey(), dev:%p, EntryNo:%d, KeyIndex:%d, KeyType:%d, MacAddr%pM\n", dev,EntryNo, KeyIndex, KeyType, MacAddr);
6024 usConfig |= BIT15 | (KeyType<<2);
6026 usConfig |= BIT15 | (KeyType<<2) | KeyIndex;
6027 // usConfig |= BIT15 | (KeyType<<2) | (DefaultKey<<5) | KeyIndex;
6006 setKey( struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType, u8 *MacAddr, u8 DefaultKey, u32 *KeyContent ) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/
H A Dr8192U.h1516 void setKey(struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType, u8 *MacAddr, u8 DefaultKey, u32 *KeyContent );
H A Dr8192U_core.c5820 ieee->group_key_type, //KeyType
7593 u16 KeyType,
7608 "KeyIndex: %d, KeyType: %d, MacAddr: %pM",
7610 KeyIndex, KeyType, MacAddr);
7613 usConfig |= BIT15 | (KeyType << 2);
7615 usConfig |= BIT15 | (KeyType << 2) | KeyIndex;
7590 setKey(struct net_device *dev, u8 EntryNo, u8 KeyIndex, u16 KeyType, u8 *MacAddr, u8 DefaultKey, u32 *KeyContent) argument

Completed in 346 milliseconds