Searched refs:wcid (Results 1 - 7 of 7) 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.h63 u16 wcid, u8 *pAddr);
H A Drtmp.h1148 #define WLAN_MR_TIM_BIT_CLEAR(ad_p, apidx, wcid) \
1149 { u8 tim_offset = wcid >> 3; \
1150 u8 bit_offset = wcid & 0x7; \
1154 #define WLAN_MR_TIM_BIT_SET(ad_p, apidx, wcid) \
1155 { u8 tim_offset = wcid >> 3; \
1156 u8 bit_offset = wcid & 0x7; \
1625 u16 BARecWcidArray[NUM_OF_TID]; /* The mapping wcid of recipient session. if RXBAbitmap bit is masked */
1626 u16 BAOriWcidArray[NUM_OF_TID]; /* The mapping wcid of originator session. if TXBAbitmap bit is masked */
1627 u16 BAOriSequence[NUM_OF_TID]; /* The mapping wcid of originator session. if TXBAbitmap bit is masked */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_data.c417 /* management frame doesn't need encryption. so use RESERVED_WCID no matter u are sending to specific wcid or not. */
1664 u16 wcid, u8 *pAddr)
1672 if (wcid >= MAX_LEN_OF_MAC_TABLE)
1679 pEntry = &pAd->MacTab.Content[wcid];
1687 RTMP_STA_ENTRY_MAC_RESET(pAd, wcid);
1716 RTMP_STA_ENTRY_KEY_DEL(pAd, BSS0, wcid);
1735 __func__, wcid));
1663 MacTableDeleteEntry(struct rt_rtmp_adapter *pAd, u16 wcid, u8 *pAddr) argument
H A Drtmp_init.c1978 u8 pid = 0, wcid = 0; local
1988 wcid = (u8)StaFifo.field.wcid;
1992 || (wcid >= MAX_LEN_OF_MAC_TABLE)) {
2000 pEntry = &pAd->MacTab.Content[wcid];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2800pci.c739 int wcid, ack, pid, tx_wcid, tx_ack, tx_pid; local
757 wcid = rt2x00_get_field32(reg, TX_STA_FIFO_WCID);
789 if ((wcid != tx_wcid) || (ack != tx_ack) || (pid != tx_pid))
H A Drt2800lib.c1820 u32 wcid[2] = { 0xffffffff, 0x00ffffff }; local
1822 wcid, sizeof(wcid));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/chip/
H A Drtmp_mac.h863 u32 wcid:8; /*wireless client index */ member in struct:_TX_STA_FIFO_STRUC::__anon15698
1244 /* It occupied those memory of wcid 238~253 for BCN 6 */
1245 /* and wcid 222~237 for BCN 7 */

Completed in 266 milliseconds