• 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 refs:Elem

69 static void WpaEAPPacketAction(struct rt_rtmp_adapter *pAd, struct rt_mlme_queue_elem *Elem);
72 struct rt_mlme_queue_elem *Elem);
75 struct rt_mlme_queue_elem *Elem);
78 struct rt_mlme_queue_elem *Elem);
80 static void WpaEAPOLKeyAction(struct rt_rtmp_adapter *pAd, struct rt_mlme_queue_elem *Elem);
118 void WpaEAPPacketAction(struct rt_rtmp_adapter *pAd, struct rt_mlme_queue_elem *Elem)
122 void WpaEAPOLASFAlertAction(struct rt_rtmp_adapter *pAd, struct rt_mlme_queue_elem *Elem)
126 void WpaEAPOLLogoffAction(struct rt_rtmp_adapter *pAd, struct rt_mlme_queue_elem *Elem)
137 void WpaEAPOLStartAction(struct rt_rtmp_adapter *pAd, struct rt_mlme_queue_elem *Elem)
144 pHeader = (struct rt_header_802_11 *) Elem->Msg;
147 if (Elem->MsgLen == 6)
148 pEntry = MacTableLookup(pAd, Elem->Msg);
190 void WpaEAPOLKeyAction(struct rt_rtmp_adapter *pAd, struct rt_mlme_queue_elem *Elem)
199 pHeader = (struct rt_header_802_11 *) Elem->Msg;
201 (struct rt_eapol_packet *) & Elem->Msg[LENGTH_802_11 + LENGTH_802_1_H];
209 (Elem->MsgLen - LENGTH_802_11 - LENGTH_802_1_H));
272 Elem);
275 Elem);
286 Elem);
289 Elem);
308 Elem);
312 Elem);
320 Elem);
327 &Elem->
330 (Elem->
510 Elem Message body
520 struct rt_mac_table_entry *pEntry, struct rt_mlme_queue_elem *Elem)
538 if (Elem->MsgLen <
552 pMsg1 = (struct rt_eapol_packet *) & Elem->Msg[LENGTH_802_11 + LENGTH_802_1_H];
553 MsgLen = Elem->MsgLen - LENGTH_802_11 - LENGTH_802_1_H;
613 struct rt_mac_table_entry *pEntry, struct rt_mlme_queue_elem *Elem)
636 if (Elem->MsgLen <
646 pHeader = (struct rt_header_802_11 *) Elem->Msg;
649 pMsg2 = (struct rt_eapol_packet *) & Elem->Msg[LENGTH_802_11 + LENGTH_802_1_H];
650 MsgLen = Elem->MsgLen - LENGTH_802_11 - LENGTH_802_1_H;
718 Elem Message body
728 struct rt_mac_table_entry *pEntry, struct rt_mlme_queue_elem *Elem)
743 if (Elem->MsgLen <
755 pHeader = (struct rt_header_802_11 *) Elem->Msg;
756 pMsg3 = (struct rt_eapol_packet *) & Elem->Msg[LENGTH_802_11 + LENGTH_802_1_H];
757 MsgLen = Elem->MsgLen - LENGTH_802_11 - LENGTH_802_1_H;
875 struct rt_mac_table_entry *pEntry, struct rt_mlme_queue_elem *Elem)
889 if (Elem->MsgLen <
898 pHeader = (struct rt_header_802_11 *) Elem->Msg;
902 (struct rt_eapol_packet *) & Elem->Msg[LENGTH_802_11 + LENGTH_802_1_H];
903 MsgLen = Elem->MsgLen - LENGTH_802_11 - LENGTH_802_1_H;
1046 Elem Message body
1056 struct rt_mac_table_entry *pEntry, struct rt_mlme_queue_elem *Elem)
1079 pGroup = (struct rt_eapol_packet *) & Elem->Msg[LENGTH_802_11 + LENGTH_802_1_H];
1080 MsgLen = Elem->MsgLen - LENGTH_802_11 - LENGTH_802_1_H;
2477 Elem Message body