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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/
H A 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,
H A Drtmp.h1524 struct rt_mac_table_entry;
1526 struct rt_mac_table_entry { struct
1640 struct rt_mac_table_entry *pNext;
1658 struct rt_mac_table_entry *Hash[HASH_TABLE_SIZE];
1659 struct rt_mac_table_entry Content[MAX_LEN_OF_MAC_TABLE];
2210 struct rt_mac_table_entry *pMacEntry; /* NULL: packet with 802.11 RA field is multicast/broadcast address */
2416 void SendRefreshBAR(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry);
2455 unsigned long TxRate, struct rt_mac_table_entry *pMacEntry);
2478 struct rt_mac_table_entry *pEntry,
3138 u8 MsgType, struct rt_mac_table_entry *pEntr
[all...]
H A Drtusb_io.h133 pEntry, sizeof(struct rt_mac_table_entry));
H A Dsta_ioctl.c83 struct rt_mac_table_entry *pEntry;
132 /* Update these related information to struct rt_mac_table_entry */
1512 struct rt_mac_table_entry *pEntry = &pAd->MacTab.Content[i];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_data.c283 struct rt_mac_table_entry *pMacEntry = NULL;
513 struct rt_mac_table_entry *pMacEntry = NULL;
561 struct rt_mac_table_entry *pMacEntry = NULL;
983 struct rt_mac_table_entry *pMac = NULL;
1065 struct rt_mac_table_entry *pMacEntry;
1143 struct rt_mac_table_entry *pMacEntry;
1236 unsigned long TxRate, struct rt_mac_table_entry *pMacEntry)
1506 struct rt_mac_table_entry *MacTableLookup(struct rt_rtmp_adapter *pAd, u8 *pAddr)
1509 struct rt_mac_table_entry *pEntry = NULL;
1526 struct rt_mac_table_entry *MacTableInsertEntr
[all...]
H A Dcmm_wpa.c57 static void ConstructEapolKeyData(struct rt_mac_table_entry *pEntry,
139 struct rt_mac_table_entry *pEntry;
192 struct rt_mac_table_entry *pEntry;
361 struct rt_mac_table_entry *pEntry,
437 struct rt_mac_table_entry *pEntry, unsigned long TimeInterval)
520 struct rt_mac_table_entry *pEntry, struct rt_mlme_queue_elem *Elem)
613 struct rt_mac_table_entry *pEntry, struct rt_mlme_queue_elem *Elem)
728 struct rt_mac_table_entry *pEntry, struct rt_mlme_queue_elem *Elem)
812 /* Update these related information to struct rt_mac_table_entry */
875 struct rt_mac_table_entry *pEntr
[all...]
H A Dba_action.c65 struct rt_mac_table_entry *pEntryPeer, u8 * pWinSize)
444 struct rt_mac_table_entry *pEntry,
510 struct rt_mac_table_entry *pEntry, struct rt_frame_addba_rsp * pFrame)
575 struct rt_mac_table_entry *pEntry, struct rt_frame_addba_req * pFrame)
724 struct rt_mac_table_entry *pEntry;
758 struct rt_mac_table_entry *pEntry;
989 struct rt_mac_table_entry *pEntry;
1086 struct rt_mac_table_entry *pMacEntry;
H A Daction.c472 struct rt_mac_table_entry *pEntry;
492 void SendRefreshBAR(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry)
H A Dmlme.c942 struct rt_mac_table_entry *pEntry,
1403 struct rt_mac_table_entry *pEntry = &pAd->MacTab.Content[i];
1703 struct rt_mac_table_entry *pEntry, struct rt_rtmp_tx_rate_switch * pTxRate)
1857 struct rt_mac_table_entry *pEntry;
2380 struct rt_mac_table_entry *pEntry;
2673 struct rt_mac_table_entry *pMacEntry, unsigned long Now32)
5813 struct rt_mac_table_entry *pEntry)
5853 u8 RTMPStaFixedTxMode(struct rt_rtmp_adapter *pAd, struct rt_mac_table_entry *pEntry)
5881 void RTMPUpdateLegacyTxSetting(u8 fixed_tx_mode, struct rt_mac_table_entry *pEntry)
H A Dcmm_data_pci.c884 struct rt_mac_table_entry *pMacEntry = NULL;
H A Dcmm_info.c796 u8 CipherAlg, struct rt_mac_table_entry *pEntry)
H A Dcmm_sanity.c1018 u8 MsgType, struct rt_mac_table_entry *pEntry)
H A Dcmm_asic.c1345 struct rt_mac_table_entry *pEntry = &pAd->MacTab.Content[MCAST_WCID];
H A Drtmp_init.c1976 struct rt_mac_table_entry *pEntry;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/sta/
H A Drtmp_data.c40 struct rt_mac_table_entry *pEntry,
79 struct rt_mac_table_entry *pEntry =
206 struct rt_mac_table_entry *pEntry,
269 struct rt_mac_table_entry *pEntry, struct rt_rx_blk *pRxBlk)
328 struct rt_mac_table_entry *pEntry = NULL;
932 struct rt_mac_table_entry *pEntry = NULL;
1147 /*struct rt_mac_table_entry *pMacEntry = &pAd->MacTab.Content[BSSID_WCID]; */
1516 struct rt_mac_table_entry *pMacEntry;
1663 struct rt_mac_table_entry *pMacEntry;
H A Dwpa.c280 struct rt_mac_table_entry *pEntry;
306 /* Update these related information to struct rt_mac_table_entry */
H A Dassoc.c1338 struct rt_mac_table_entry *pEntry,
H A Dsync.c1284 struct rt_mac_table_entry *pEntry;
H A Dconnect.c1171 struct rt_mac_table_entry *pEntry = NULL, *pCurrEntry = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/chip/
H A Dmac_usb.h310 { RTUSBEnqueueInternalCmd(_pAd, CMDTHREAD_802_11_COUNTER_MEASURE, _pEntry, sizeof(struct rt_mac_table_entry)); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2870/common/
H A Drtusb_io.c1786 struct rt_mac_table_entry *pEntry;
1791 pEntry = (struct rt_mac_table_entry *)(pData);
1804 struct rt_mac_table_entry *pEntry;
1805 pEntry = (struct rt_mac_table_entry *)pData;

Completed in 162 milliseconds