Home
last modified time | relevance | path

Searched refs:rt_mac_table_entry (Results 1 – 21 of 21) sorted by relevance

/linux-2.6.39/drivers/staging/rt2860/
Dap.h58 struct rt_mac_table_entry *MacTableInsertEntry(struct rt_rtmp_adapter *pAd,
65 struct rt_mac_table_entry *MacTableLookup(struct rt_rtmp_adapter *pAd,
Drtmp.h1517 struct rt_mac_table_entry;
1519 struct rt_mac_table_entry { struct
1633 struct rt_mac_table_entry *pNext; argument
1651 struct rt_mac_table_entry *Hash[HASH_TABLE_SIZE]; argument
1652 struct rt_mac_table_entry Content[MAX_LEN_OF_MAC_TABLE];
2205 …struct rt_mac_table_entry *pMacEntry; /* NULL: packet with 802.11 RA field is multicast/broadcast …
2411 void SendRefreshBAR(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry);
2450 unsigned long TxRate, struct rt_mac_table_entry *pMacEntry);
2473 struct rt_mac_table_entry *pEntry,
3133 u8 MsgType, struct rt_mac_table_entry *pEntry);
[all …]
Drtusb_io.h133 pEntry, sizeof(struct rt_mac_table_entry));
Dsta_ioctl.c84 struct rt_mac_table_entry *pEntry; in RTMPAddKey()
1511 struct rt_mac_table_entry *pEntry = &pAd->MacTab.Content[i]; in getBaInfo()
/linux-2.6.39/drivers/staging/rt2860/common/
Dcmm_data.c283 struct rt_mac_table_entry *pMacEntry = NULL; in MlmeHardTransmitMgmtRing()
513 struct rt_mac_table_entry *pMacEntry = NULL; in TxPktClassification()
561 struct rt_mac_table_entry *pMacEntry = NULL; in RTMP_FillTxBlkInfo()
983 struct rt_mac_table_entry *pMac = NULL; in RTMPWriteTxWI()
1065 struct rt_mac_table_entry *pMacEntry; in RTMPWriteTxWI_Data()
1143 struct rt_mac_table_entry *pMacEntry; in RTMPWriteTxWI_Cache()
1236 unsigned long TxRate, struct rt_mac_table_entry *pMacEntry) in PeerIsAggreOn()
1506 struct rt_mac_table_entry *MacTableLookup(struct rt_rtmp_adapter *pAd, u8 *pAddr) in MacTableLookup()
1509 struct rt_mac_table_entry *pEntry = NULL; in MacTableLookup()
1526 struct rt_mac_table_entry *MacTableInsertEntry(struct rt_rtmp_adapter *pAd, in MacTableInsertEntry()
[all …]
Dcmm_wpa.c57 static void ConstructEapolKeyData(struct rt_mac_table_entry *pEntry,
139 struct rt_mac_table_entry *pEntry; in WpaEAPOLStartAction()
192 struct rt_mac_table_entry *pEntry; in WpaEAPOLKeyAction()
361 struct rt_mac_table_entry *pEntry, in RTMPToWirelessSta()
437 struct rt_mac_table_entry *pEntry, unsigned long TimeInterval) in WPAStart4WayHS()
520 struct rt_mac_table_entry *pEntry, struct rt_mlme_queue_elem *Elem) in PeerPairMsg1Action()
613 struct rt_mac_table_entry *pEntry, struct rt_mlme_queue_elem *Elem) in PeerPairMsg2Action()
728 struct rt_mac_table_entry *pEntry, struct rt_mlme_queue_elem *Elem) in PeerPairMsg3Action()
875 struct rt_mac_table_entry *pEntry, struct rt_mlme_queue_elem *Elem) in PeerPairMsg4Action()
993 void WPAStart2WayGroupHS(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry) in WPAStart2WayGroupHS()
[all …]
Dba_action.c66 struct rt_mac_table_entry *pEntryPeer, u8 * pWinSize) in BA_MaxWinSizeReasign()
445 struct rt_mac_table_entry *pEntry, in BAOriSessionSetUp()
511 struct rt_mac_table_entry *pEntry, struct rt_frame_addba_rsp * pFrame) in BAOriSessionAdd()
576 struct rt_mac_table_entry *pEntry, struct rt_frame_addba_req * pFrame) in BARecSessionAdd()
725 struct rt_mac_table_entry *pEntry; in BATableFreeOriEntry()
759 struct rt_mac_table_entry *pEntry; in BATableFreeRecEntry()
990 struct rt_mac_table_entry *pEntry; in BAOriSessionSetupTimeout()
1087 struct rt_mac_table_entry *pMacEntry; in PeerAddBAReqAction()
Daction.c472 struct rt_mac_table_entry *pEntry; in ORIBATimerTimeout()
492 void SendRefreshBAR(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry) in SendRefreshBAR()
Dmlme.c943 struct rt_mac_table_entry *pEntry, in MlmeSelectTxRateTable()
1404 struct rt_mac_table_entry *pEntry = &pAd->MacTab.Content[i]; in STAMlmePeriodicExec()
1702 struct rt_mac_table_entry *pEntry, struct rt_rtmp_tx_rate_switch * pTxRate) in MlmeSetTxRate()
1856 struct rt_mac_table_entry *pEntry; in MlmeDynamicTxRateSwitching()
2379 struct rt_mac_table_entry *pEntry; in StaQuickResponeForRateUpExec()
2672 struct rt_mac_table_entry *pMacEntry, unsigned long Now32) in MlmeCalculateChannelQuality()
5811 struct rt_mac_table_entry *pEntry) in RTMPCheckEntryEnableAutoRateSwitch()
5851 u8 RTMPStaFixedTxMode(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry) in RTMPStaFixedTxMode()
5879 void RTMPUpdateLegacyTxSetting(u8 fixed_tx_mode, struct rt_mac_table_entry *pEntry) in RTMPUpdateLegacyTxSetting()
Dcmm_info.c796 u8 CipherAlg, struct rt_mac_table_entry *pEntry) in RTMPAddWcidAttributeEntry()
Dcmm_data_pci.c884 struct rt_mac_table_entry *pMacEntry = NULL; in MlmeHardTransmitTxRing()
Dcmm_sanity.c1018 u8 MsgType, struct rt_mac_table_entry *pEntry) in PeerWpaMessageSanity()
Dcmm_asic.c1345 struct rt_mac_table_entry *pEntry = &pAd->MacTab.Content[MCAST_WCID]; in AsicSetMcastWC()
Drtmp_init.c1969 struct rt_mac_table_entry *pEntry; in NICUpdateFifoStaCounters()
/linux-2.6.39/drivers/staging/rt2860/sta/
Drtmp_data.c42 struct rt_mac_table_entry *pEntry, in STARxEAPOLFrameIndicate()
81 struct rt_mac_table_entry *pEntry = in STARxEAPOLFrameIndicate()
208 struct rt_mac_table_entry *pEntry, in STARxDataFrameAnnounce()
271 struct rt_mac_table_entry *pEntry, struct rt_rx_blk *pRxBlk) in STACheckTkipMICValue()
330 struct rt_mac_table_entry *pEntry = NULL; in STAHandleRxDataFrame()
934 struct rt_mac_table_entry *pEntry = NULL; in STASendPacket()
1518 struct rt_mac_table_entry *pMacEntry; in STABuildCache802_11Header()
1665 struct rt_mac_table_entry *pMacEntry; in STA_AMPDU_Frame_Tx()
Dwpa.c281 struct rt_mac_table_entry *pEntry; in WpaStaPairwiseKeySetting()
Dassoc.c1336 struct rt_mac_table_entry *pEntry, in StaAddMacTableEntry()
Dsync.c1283 struct rt_mac_table_entry *pEntry; in PeerBeacon()
Dconnect.c1159 struct rt_mac_table_entry *pEntry = NULL, *pCurrEntry = NULL; in LinkUp()
/linux-2.6.39/drivers/staging/rt2870/common/
Drtusb_io.c1786 struct rt_mac_table_entry *pEntry; in CMDHandler()
1791 pEntry = (struct rt_mac_table_entry *)(pData); in CMDHandler()
1804 struct rt_mac_table_entry *pEntry; in CMDHandler()
1805 pEntry = (struct rt_mac_table_entry *)pData; in CMDHandler()
/linux-2.6.39/drivers/staging/rt2860/chip/
Dmac_usb.h311 …eInternalCmd(_pAd, CMDTHREAD_802_11_COUNTER_MEASURE, _pEntry, sizeof(struct rt_mac_table_entry)); \