Home
last modified time | relevance | path

Searched refs:KeyInfo (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/staging/rt2860/sta/
Dwpa.c176 Packet.KeyDesc.KeyInfo.Request = 1; in WpaMicFailureReportFrame()
179 Packet.KeyDesc.KeyInfo.KeyDescVer = 2; in WpaMicFailureReportFrame()
182 Packet.KeyDesc.KeyInfo.KeyDescVer = 1; in WpaMicFailureReportFrame()
185 Packet.KeyDesc.KeyInfo.KeyType = (bUnicast ? PAIRWISEKEY : GROUPKEY); in WpaMicFailureReportFrame()
188 Packet.KeyDesc.KeyInfo.KeyMic = 1; in WpaMicFailureReportFrame()
191 Packet.KeyDesc.KeyInfo.Error = 1; in WpaMicFailureReportFrame()
201 *((u16 *) & Packet.KeyDesc.KeyInfo) = in WpaMicFailureReportFrame()
202 cpu2le16(*((u16 *) & Packet.KeyDesc.KeyInfo)); in WpaMicFailureReportFrame()
/linux-2.6.39/drivers/staging/rt2860/common/
Dcmm_wpa.c205 (u8 *)& pEapol_packet->KeyDesc.KeyInfo, in WpaEAPOLKeyAction()
2365 pMsg->KeyDesc.KeyInfo.KeyDescVer = KeyDescVer; in ConstructEapolMsg()
2369 pMsg->KeyDesc.KeyInfo.KeyType = GROUPKEY; in ConstructEapolMsg()
2371 pMsg->KeyDesc.KeyInfo.KeyType = PAIRWISEKEY; in ConstructEapolMsg()
2375 pMsg->KeyDesc.KeyInfo.KeyIndex = DefaultKeyIdx; in ConstructEapolMsg()
2378 pMsg->KeyDesc.KeyInfo.Install = 1; in ConstructEapolMsg()
2382 pMsg->KeyDesc.KeyInfo.KeyAck = 1; in ConstructEapolMsg()
2385 pMsg->KeyDesc.KeyInfo.KeyMic = 1; in ConstructEapolMsg()
2389 pMsg->KeyDesc.KeyInfo.Secure = 1; in ConstructEapolMsg()
2394 pMsg->KeyDesc.KeyInfo.EKD_DL = 1; in ConstructEapolMsg()
[all …]
Dcmm_sanity.c1032 (u8 *)& pMsg->KeyDesc.KeyInfo, sizeof(struct rt_key_info)); in PeerWpaMessageSanity()
/linux-2.6.39/drivers/staging/rt2870/common/
Drtusb_io.c1771 struct rt_add_pairwise_key_entry KeyInfo; in CMDHandler() local
1772 KeyInfo = in CMDHandler()
1776 KeyInfo.MacAddr, in CMDHandler()
1777 (u8)KeyInfo. in CMDHandler()
1779 &KeyInfo. in CMDHandler()
/linux-2.6.39/drivers/staging/rt2860/
Dwpa.h216 struct rt_key_info KeyInfo; member