Lines Matching defs:wmep
641 struct wmeParams *wmep;
668 wmep = &wme->wme_wmeChanParams.cap_wmeParams[i];
670 wmep->wmep_acm = pPhyParam->acm;
671 wmep->wmep_aifsn = pPhyParam->aifsn;
672 wmep->wmep_logcwmin = pPhyParam->logcwmin;
673 wmep->wmep_logcwmax = pPhyParam->logcwmax;
674 wmep->wmep_txopLimit = pPhyParam->txopLimit;
676 wmep->wmep_acm = pBssPhyParam->acm;
677 wmep->wmep_aifsn = pBssPhyParam->aifsn;
678 wmep->wmep_logcwmin = pBssPhyParam->logcwmin;
679 wmep->wmep_logcwmax = pBssPhyParam->logcwmax;
680 wmep->wmep_txopLimit = pBssPhyParam->txopLimit;
687 , wmep->wmep_acm
688 , wmep->wmep_aifsn
689 , wmep->wmep_logcwmin
690 , wmep->wmep_logcwmax
691 , wmep->wmep_txopLimit
694 wmep = &wme->wme_wmeBssChanParams.cap_wmeParams[i];
695 wmep->wmep_acm = pBssPhyParam->acm;
696 wmep->wmep_aifsn = pBssPhyParam->aifsn;
697 wmep->wmep_logcwmin = pBssPhyParam->logcwmin;
698 wmep->wmep_logcwmax = pBssPhyParam->logcwmax;
699 wmep->wmep_txopLimit = pBssPhyParam->txopLimit;
704 , wmep->wmep_acm
705 , wmep->wmep_aifsn
706 , wmep->wmep_logcwmin
707 , wmep->wmep_logcwmax
708 , wmep->wmep_txopLimit
741 const struct wmeParams *wmep;
748 wmep = &wme->wme_wmeChanParams.cap_wmeParams[i];
749 chanp->wmep_aifsn = wmep->wmep_aifsn;
750 chanp->wmep_logcwmin = wmep->wmep_logcwmin;
751 chanp->wmep_logcwmax = wmep->wmep_logcwmax;
752 chanp->wmep_txopLimit = wmep->wmep_txopLimit;
755 wmep = &wme->wme_wmeBssChanParams.cap_wmeParams[i];
756 chanp->wmep_aifsn = wmep->wmep_aifsn;
757 chanp->wmep_logcwmin = wmep->wmep_logcwmin;
758 chanp->wmep_logcwmax = wmep->wmep_logcwmax;
759 chanp->wmep_txopLimit = wmep->wmep_txopLimit;