• 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/vt6656/

Lines Matching defs:abyCurrSuppRates

449                   (PWLAN_IE_SUPP_RATES)pMgmt->abyCurrSuppRates,
525 (PWLAN_IE_SUPP_RATES)pMgmt->abyCurrSuppRates,
628 BYTE abyCurrSuppRates[WLAN_IEHDR_LEN + WLAN_RATES_MAXLEN + 1];
641 memset(abyCurrSuppRates, 0, WLAN_IEHDR_LEN + WLAN_RATES_MAXLEN + 1);
658 abyCurrSuppRates[0] = WLAN_EID_SUPP_RATES;
659 abyCurrSuppRates[1] = RATEuSetIE((PWLAN_IE_SUPP_RATES)sFrame.pSuppRates,
660 (PWLAN_IE_SUPP_RATES)abyCurrSuppRates,
673 (PWLAN_IE_SUPP_RATES)abyCurrSuppRates,
730 (PWLAN_IE_SUPP_RATES)pMgmt->abyCurrSuppRates,
784 BYTE abyCurrSuppRates[WLAN_IEHDR_LEN + WLAN_RATES_MAXLEN + 1];
811 abyCurrSuppRates[0] = WLAN_EID_SUPP_RATES;
812 abyCurrSuppRates[1] = RATEuSetIE((PWLAN_IE_SUPP_RATES)sFrame.pSuppRates,
813 (PWLAN_IE_SUPP_RATES)abyCurrSuppRates,
826 (PWLAN_IE_SUPP_RATES)abyCurrSuppRates,
885 (PWLAN_IE_SUPP_RATES)pMgmt->abyCurrSuppRates,
2054 pMgmt->abyCurrSuppRates[1] = RATEuSetIE((PWLAN_IE_SUPP_RATES)pBSSList->abySuppRates,
2055 (PWLAN_IE_SUPP_RATES)pMgmt->abyCurrSuppRates,
2061 (PWLAN_IE_SUPP_RATES)pMgmt->abyCurrSuppRates,
2195 pMgmt->abyCurrSuppRates[1] = RATEuSetIE((PWLAN_IE_SUPP_RATES)sFrame.pSuppRates,
2196 (PWLAN_IE_SUPP_RATES)pMgmt->abyCurrSuppRates,
2199 (PWLAN_IE_SUPP_RATES)pMgmt->abyCurrSuppRates,
2216 pMgmt->abyCurrSuppRates[1] = RATEuSetIE((PWLAN_IE_SUPP_RATES)sFrame.pSuppRates,
2217 (PWLAN_IE_SUPP_RATES)pMgmt->abyCurrSuppRates,
2220 (PWLAN_IE_SUPP_RATES)pMgmt->abyCurrSuppRates,
2267 pMgmt->abyCurrSuppRates[1] = RATEuSetIE((PWLAN_IE_SUPP_RATES)sFrame.pSuppRates,
2268 (PWLAN_IE_SUPP_RATES)pMgmt->abyCurrSuppRates,
2293 // s_vSetHighestBasicRate(pDevice, (PWLAN_IE_SUPP_RATES)pMgmt->abyCurrSuppRates);
2358 pMgmt->abyCurrSuppRates[0] = WLAN_EID_SUPP_RATES;
2373 pMgmt->abyCurrSuppRates[1] = WLAN_RATES_MAXLEN_11B;
2376 pMgmt->abyCurrSuppRates[2+ii] = abyRATE[ii];
2378 pMgmt->abyCurrSuppRates[1] = 8;
2381 pMgmt->abyCurrSuppRates[2+ii] = abyRATE[ii];
2386 pMgmt->abyCurrSuppRates[1] = 8;
2389 pMgmt->abyCurrSuppRates[2+ii] = abyCCK_RATE[ii];
2391 pMgmt->abyCurrSuppRates[2+ii] = abyOFDM_RATE[ii-4];
2434 (PWLAN_IE_SUPP_RATES)pMgmt->abyCurrSuppRates,
2678 memset(pMgmt->abyCurrSuppRates, 0 , WLAN_IEHDR_LEN + WLAN_RATES_MAXLEN + 1);
2685 pItemRates = (PWLAN_IE_SUPP_RATES)pMgmt->abyCurrSuppRates;
2858 pMgmt->abyCurrSuppRates[0] = WLAN_EID_SUPP_RATES;
2859 pMgmt->abyCurrSuppRates[1] = RATEuSetIE((PWLAN_IE_SUPP_RATES)pCurr->abySuppRates,
2860 (PWLAN_IE_SUPP_RATES)pMgmt->abyCurrSuppRates,
2864 (PWLAN_IE_SUPP_RATES)pMgmt->abyCurrSuppRates,
3068 memcpy(pMgmt->abyCurrSuppRates, &abyCurrSuppRatesA[0], sizeof(abyCurrSuppRatesA));
3071 memcpy(pMgmt->abyCurrSuppRates, &abyCurrSuppRatesB[0], sizeof(abyCurrSuppRatesB));
3074 memcpy(pMgmt->abyCurrSuppRates, &abyCurrSuppRatesG[0], sizeof(abyCurrSuppRatesG));
4374 (PWLAN_IE_SUPP_RATES)pMgmt->abyCurrSuppRates,
4575 (PWLAN_IE_SUPP_RATES)pMgmt->abyCurrSuppRates,