Lines Matching refs:wmep
537 struct wmeParams *wmep;
575 wmep = &wme->wme_wmeChanParams.cap_wmeParams[i];
577 wmep->wmep_acm = pPhyParam->acm;
578 wmep->wmep_aifsn = pPhyParam->aifsn;
579 wmep->wmep_logcwmin = pPhyParam->logcwmin;
580 wmep->wmep_logcwmax = pPhyParam->logcwmax;
581 wmep->wmep_txopLimit = pPhyParam->txopLimit;
583 wmep->wmep_acm = pBssPhyParam->acm;
584 wmep->wmep_aifsn = pBssPhyParam->aifsn;
585 wmep->wmep_logcwmin = pBssPhyParam->logcwmin;
586 wmep->wmep_logcwmax = pBssPhyParam->logcwmax;
587 wmep->wmep_txopLimit = pBssPhyParam->txopLimit;
594 wmep->wmep_acm,
595 wmep->wmep_aifsn,
596 wmep->wmep_logcwmin,
597 wmep->wmep_logcwmax,
598 wmep->wmep_txopLimit);
600 wmep = &wme->wme_wmeBssChanParams.cap_wmeParams[i];
601 wmep->wmep_acm = pBssPhyParam->acm;
602 wmep->wmep_aifsn = pBssPhyParam->aifsn;
603 wmep->wmep_logcwmin = pBssPhyParam->logcwmin;
604 wmep->wmep_logcwmax = pBssPhyParam->logcwmax;
605 wmep->wmep_txopLimit = pBssPhyParam->txopLimit;
610 wmep->wmep_acm,
611 wmep->wmep_aifsn,
612 wmep->wmep_logcwmin,
613 wmep->wmep_logcwmax,
614 wmep->wmep_txopLimit);
649 const struct wmeParams *wmep;
660 wmep = &wme->wme_wmeChanParams.cap_wmeParams[i];
661 chanp->wmep_aifsn = wmep->wmep_aifsn;
662 chanp->wmep_logcwmin = wmep->wmep_logcwmin;
663 chanp->wmep_logcwmax = wmep->wmep_logcwmax;
664 chanp->wmep_txopLimit = wmep->wmep_txopLimit;
667 wmep = &wme->wme_wmeBssChanParams.cap_wmeParams[i];
668 chanp->wmep_aifsn = wmep->wmep_aifsn;
669 chanp->wmep_logcwmin = wmep->wmep_logcwmin;
670 chanp->wmep_logcwmax = wmep->wmep_logcwmax;
671 chanp->wmep_txopLimit = wmep->wmep_txopLimit;