Searched refs:apidx (Results 1 - 25 of 30) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/
H A Dap.h60 u8 apidx, IN BOOLEAN CleanAll);
H A Drtusb_io.h146 #define RTMP_STA_SECURITY_INFO_ADD(pAd, apidx, KeyID, pEntry) \
154 SetAsicWcidAttri.Cipher = pAd->SharedKey[apidx][KeyID].CipherAlg; \
158 SetAsicWcidAttri.Cipher = pAd->SharedKey[apidx][KeyID].CipherAlg; \
H A Drtmp.h1140 #define WLAN_MR_TIM_BCMC_CLEAR(apidx) \
1141 pAd->ApCfg.MBSSID[apidx].TimBitmaps[WLAN_CT_TIM_BCMC_OFFSET] &= ~BIT8[0];
1144 #define WLAN_MR_TIM_BCMC_SET(apidx) \
1145 pAd->ApCfg.MBSSID[apidx].TimBitmaps[WLAN_CT_TIM_BCMC_OFFSET] |= BIT8[0];
1148 #define WLAN_MR_TIM_BIT_CLEAR(ad_p, apidx, wcid) \
1151 ad_p->ApCfg.MBSSID[apidx].TimBitmaps[tim_offset] &= (~BIT8[bit_offset]); }
1154 #define WLAN_MR_TIM_BIT_SET(ad_p, apidx, wcid) \
1157 ad_p->ApCfg.MBSSID[apidx].TimBitmaps[tim_offset] |= BIT8[bit_offset]; }
1540 u8 apidx; /* MBSS number */ member in struct:rt_mac_table_entry
2225 u8 apidx; /* Th member in struct:rt_tx_blk
[all...]
H A Drtmp_def.h324 /* sanity check for apidx */
325 #define MBSS_MR_APIDX_SANITY_CHECK(apidx) \
326 { if (apidx > MAX_MBSSID_NUM) { \
327 DBGPRINT(RT_DEBUG_ERROR, ("%s> Error! apidx = %d > MAX_MBSSID_NUM!\n", __func__, apidx)); \
328 apidx = MAIN_MBSSID; } }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2860/
H A Dap.h60 u8 apidx, IN BOOLEAN CleanAll);
H A Drtusb_io.h146 #define RTMP_STA_SECURITY_INFO_ADD(pAd, apidx, KeyID, pEntry) \
154 SetAsicWcidAttri.Cipher = pAd->SharedKey[apidx][KeyID].CipherAlg; \
158 SetAsicWcidAttri.Cipher = pAd->SharedKey[apidx][KeyID].CipherAlg; \
H A Drtmp.h1140 #define WLAN_MR_TIM_BCMC_CLEAR(apidx) \
1141 pAd->ApCfg.MBSSID[apidx].TimBitmaps[WLAN_CT_TIM_BCMC_OFFSET] &= ~BIT8[0];
1144 #define WLAN_MR_TIM_BCMC_SET(apidx) \
1145 pAd->ApCfg.MBSSID[apidx].TimBitmaps[WLAN_CT_TIM_BCMC_OFFSET] |= BIT8[0];
1148 #define WLAN_MR_TIM_BIT_CLEAR(ad_p, apidx, wcid) \
1151 ad_p->ApCfg.MBSSID[apidx].TimBitmaps[tim_offset] &= (~BIT8[bit_offset]); }
1154 #define WLAN_MR_TIM_BIT_SET(ad_p, apidx, wcid) \
1157 ad_p->ApCfg.MBSSID[apidx].TimBitmaps[tim_offset] |= BIT8[bit_offset]; }
1540 u8 apidx; /* MBSS number */ member in struct:rt_mac_table_entry
2225 u8 apidx; /* Th member in struct:rt_tx_blk
[all...]
H A Drtmp_def.h324 /* sanity check for apidx */
325 #define MBSS_MR_APIDX_SANITY_CHECK(apidx) \
326 { if (apidx > MAX_MBSSID_NUM) { \
327 DBGPRINT(RT_DEBUG_ERROR, ("%s> Error! apidx = %d > MAX_MBSSID_NUM!\n", __func__, apidx)); \
328 apidx = MAIN_MBSSID; } }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/chip/
H A Dmac_pci.h243 #define RTMP_STA_SECURITY_INFO_ADD(pAd, apidx, KeyID, pEntry) \
244 RTMPAddWcidAttributeEntry(pAd, apidx, KeyID, \
245 pAd->SharedKey[apidx][KeyID].CipherAlg, pEntry);
247 #define RTMP_SECURITY_KEY_ADD(pAd, apidx, KeyID, pEntry) \
249 AsicAddSharedKeyEntry(pAd, apidx, KeyID, \
250 pAd->SharedKey[apidx][KeyID].CipherAlg, \
251 pAd->SharedKey[apidx][KeyID].Key, \
252 pAd->SharedKey[apidx][KeyID].TxMic, \
253 pAd->SharedKey[apidx][KeyID].RxMic); \
255 RTMPAddWcidAttributeEntry(pAd, apidx, KeyI
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2860/chip/
H A Dmac_pci.h243 #define RTMP_STA_SECURITY_INFO_ADD(pAd, apidx, KeyID, pEntry) \
244 RTMPAddWcidAttributeEntry(pAd, apidx, KeyID, \
245 pAd->SharedKey[apidx][KeyID].CipherAlg, pEntry);
247 #define RTMP_SECURITY_KEY_ADD(pAd, apidx, KeyID, pEntry) \
249 AsicAddSharedKeyEntry(pAd, apidx, KeyID, \
250 pAd->SharedKey[apidx][KeyID].CipherAlg, \
251 pAd->SharedKey[apidx][KeyID].Key, \
252 pAd->SharedKey[apidx][KeyID].TxMic, \
253 pAd->SharedKey[apidx][KeyID].RxMic); \
255 RTMPAddWcidAttributeEntry(pAd, apidx, KeyI
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_mac_usb.c771 int apidx,
793 /* ((pAd->ApCfg.MBSSID[apidx].MSSIDDev == NULL) || !(pAd->ApCfg.MBSSID[apidx].MSSIDDev->flags & IFF_UP)) */
888 int apidx; local
900 for (apidx = 0; apidx < NumOfBcn; apidx++) {
904 NdisZeroMemory(pBeaconSync->BeaconBuf[apidx],
906 pBeaconSync->CapabilityInfoLocationInBeacon[apidx] =
908 pBeaconSync->TimIELocationInBeacon[apidx]
770 RT28xx_UpdateBeaconToAsic(struct rt_rtmp_adapter *pAd, int apidx, unsigned long FrameLen, unsigned long UpdatePos) argument
[all...]
H A Dcmm_data.c568 pTxBlk->apidx = RTMP_GET_PACKET_IF(pPacket);
1528 u8 apidx, IN BOOLEAN CleanAll)
1584 pEntry->apidx =
1585 (apidx - MIN_NET_DEVICE_FOR_MESH);
1587 pEntry->apidx =
1588 (apidx - MIN_NET_DEVICE_FOR_APCLI);
1590 pEntry->apidx =
1591 (apidx - MIN_NET_DEVICE_FOR_WDS);
1593 pEntry->apidx = apidx;
1526 MacTableInsertEntry(struct rt_rtmp_adapter *pAd, u8 *pAddr, u8 apidx, IN BOOLEAN CleanAll) argument
[all...]
H A Dcmm_wpa.c388 if (pEntry->apidx != 0)
391 apidx);
943 pEntry->apidx,
964 pEntry->apidx, 0);
1179 pEntry->apidx, 0);
1194 pEntry->apidx, 0);
1717 apidx - indicate the interface index
1728 u8 apidx,
1798 apidx - indicate the interface index
1808 u8 apidx,
1725 RTMPMakeRsnIeAKM(struct rt_rtmp_adapter *pAd, u8 ElementID, u32 AuthMode, u8 apidx, u8 *pRsnIe, u8 * rsn_len) argument
1806 RTMPMakeRsnIeCap(struct rt_rtmp_adapter *pAd, u8 ElementID, u8 apidx, u8 *pRsnIe, u8 * rsn_len) argument
1843 RTMPMakeRSNIE(struct rt_rtmp_adapter *pAd, u32 AuthMode, u32 WepStatus, u8 apidx) argument
[all...]
H A Dcmm_info.c651 void RTMPSetIndividualHT(struct rt_rtmp_adapter *pAd, u8 apidx) argument
669 ("RTMPSetIndividualHT: invalid apidx(%d)\n", apidx));
745 MlmeUpdateHtTxRates(pAd, apidx);
H A Dcmm_sanity.c1079 pEntry->Addr, pEntry->apidx, 0);
1123 pEntry->apidx, 0);
H A Drtmp_init.c1580 int i, apidx; local
1880 for (apidx = 0; apidx < HW_BEACON_MAX_COUNT; apidx++) {
1883 pAd->BeaconOffset[apidx] + i,
3303 /* COPY_MAC_ADDR(pAd->ApCfg.MBSSID[apidx].Bssid, netif->hwaddr); */
H A Dcmm_tkip.c506 struct rt_cipher_key *pKey, u8 apidx)
503 RTMPCalculateMICValue(struct rt_rtmp_adapter *pAd, void *pPacket, u8 *pEncap, struct rt_cipher_key *pKey, u8 apidx) argument
H A Dcmm_mac_pci.c798 int apidx,
814 /* || ((pAd->ApCfg.MBSSID[apidx].MSSIDDev == NULL) */
815 /* || !(pAd->ApCfg.MBSSID[apidx].MSSIDDev->flags & IFF_UP)) */
797 RT28xx_UpdateBeaconToAsic(struct rt_rtmp_adapter *pAd, int apidx, unsigned long FrameLen, unsigned long UpdatePos) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2860/common/
H A Dcmm_mac_usb.c771 int apidx,
793 /* ((pAd->ApCfg.MBSSID[apidx].MSSIDDev == NULL) || !(pAd->ApCfg.MBSSID[apidx].MSSIDDev->flags & IFF_UP)) */
888 int apidx; local
900 for (apidx = 0; apidx < NumOfBcn; apidx++) {
904 NdisZeroMemory(pBeaconSync->BeaconBuf[apidx],
906 pBeaconSync->CapabilityInfoLocationInBeacon[apidx] =
908 pBeaconSync->TimIELocationInBeacon[apidx]
770 RT28xx_UpdateBeaconToAsic(struct rt_rtmp_adapter *pAd, int apidx, unsigned long FrameLen, unsigned long UpdatePos) argument
[all...]
H A Dcmm_data.c568 pTxBlk->apidx = RTMP_GET_PACKET_IF(pPacket);
1528 u8 apidx, IN BOOLEAN CleanAll)
1584 pEntry->apidx =
1585 (apidx - MIN_NET_DEVICE_FOR_MESH);
1587 pEntry->apidx =
1588 (apidx - MIN_NET_DEVICE_FOR_APCLI);
1590 pEntry->apidx =
1591 (apidx - MIN_NET_DEVICE_FOR_WDS);
1593 pEntry->apidx = apidx;
1526 MacTableInsertEntry(struct rt_rtmp_adapter *pAd, u8 *pAddr, u8 apidx, IN BOOLEAN CleanAll) argument
[all...]
H A Dcmm_wpa.c388 if (pEntry->apidx != 0)
391 apidx);
943 pEntry->apidx,
964 pEntry->apidx, 0);
1179 pEntry->apidx, 0);
1194 pEntry->apidx, 0);
1717 apidx - indicate the interface index
1728 u8 apidx,
1798 apidx - indicate the interface index
1808 u8 apidx,
1725 RTMPMakeRsnIeAKM(struct rt_rtmp_adapter *pAd, u8 ElementID, u32 AuthMode, u8 apidx, u8 *pRsnIe, u8 * rsn_len) argument
1806 RTMPMakeRsnIeCap(struct rt_rtmp_adapter *pAd, u8 ElementID, u8 apidx, u8 *pRsnIe, u8 * rsn_len) argument
1843 RTMPMakeRSNIE(struct rt_rtmp_adapter *pAd, u32 AuthMode, u32 WepStatus, u8 apidx) argument
[all...]
H A Dcmm_info.c651 void RTMPSetIndividualHT(struct rt_rtmp_adapter *pAd, u8 apidx) argument
669 ("RTMPSetIndividualHT: invalid apidx(%d)\n", apidx));
745 MlmeUpdateHtTxRates(pAd, apidx);
H A Dcmm_sanity.c1079 pEntry->Addr, pEntry->apidx, 0);
1123 pEntry->apidx, 0);
H A Drtmp_init.c1580 int i, apidx; local
1880 for (apidx = 0; apidx < HW_BEACON_MAX_COUNT; apidx++) {
1883 pAd->BeaconOffset[apidx] + i,
3303 /* COPY_MAC_ADDR(pAd->ApCfg.MBSSID[apidx].Bssid, netif->hwaddr); */
H A Dcmm_tkip.c506 struct rt_cipher_key *pKey, u8 apidx)
503 RTMPCalculateMICValue(struct rt_rtmp_adapter *pAd, void *pPacket, u8 *pEncap, struct rt_cipher_key *pKey, u8 apidx) argument

Completed in 253 milliseconds

12