• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/

Lines Matching defs:Msg

144 	pHeader = (struct rt_header_802_11 *) Elem->Msg;
148 pEntry = MacTableLookup(pAd, Elem->Msg);
199 pHeader = (struct rt_header_802_11 *) Elem->Msg;
201 (struct rt_eapol_packet *) & Elem->Msg[LENGTH_802_11 + LENGTH_802_1_H];
328 Msg
473 /* Construct EAPoL message - Pairwise Msg 1 */
506 Process Pairwise key Msg-1 of 4-way handshaking and send Msg-2
552 pMsg1 = (struct rt_eapol_packet *) & Elem->Msg[LENGTH_802_11 + LENGTH_802_1_H];
586 /* Construct EAPoL message - Pairwise Msg 2 */
646 pHeader = (struct rt_header_802_11 *) Elem->Msg;
649 pMsg2 = (struct rt_eapol_packet *) & Elem->Msg[LENGTH_802_11 + LENGTH_802_1_H];
680 /* Construct EAPoL message - Pairwise Msg 3 */
714 Process Pairwise key Msg 3 of 4-way handshaking and send Msg 4
755 pHeader = (struct rt_header_802_11 *) Elem->Msg;
756 pMsg3 = (struct rt_eapol_packet *) & Elem->Msg[LENGTH_802_11 + LENGTH_802_1_H];
773 /* Construct EAPoL message - Pairwise Msg 4 */
898 pHeader = (struct rt_header_802_11 *) Elem->Msg;
902 (struct rt_eapol_packet *) & Elem->Msg[LENGTH_802_11 + LENGTH_802_1_H];
1013 /* Construct EAPoL message - Group Msg 1 */
1079 pGroup = (struct rt_eapol_packet *) & Elem->Msg[LENGTH_802_11 + LENGTH_802_1_H];
1094 /* Construct EAPoL message - Group Msg 2 */
1116 /* init header and Fill Packet and send Msg 2 to authenticator */
1136 void * Msg, u32 MsgLen)
1158 pData = (u8 *)Msg;
2163 ("RTMPParseEapolKeyData ==> WPA2/WPA2PSK RSN IE matched in Msg 3, Length(%d) \n",
2452 /* Calculate MIC and fill in KeyMic Field except Pairwise Msg 1. */