Lines Matching refs:mode

398  * operating mode.  For real 11g we mark all the 11b rates
400 * 11b rates. There's also a pseudo 11a-mode used to mark only
405 enum ieee80211_phymode mode)
423 ASSERT(mode < IEEE80211_MODE_MAX);
426 for (j = 0; j < basic[mode].ir_nrates; j++) {
427 if (basic[mode].ir_rates[j] == rs->ir_rates[i]) {
538 enum ieee80211_phymode mode;
545 * Select mode; we can be called early in which case we
546 * always use auto mode. We know we'll be called when
551 mode = ieee80211_chan2mode(ic, ic->ic_curchan);
553 mode = IEEE80211_MODE_AUTO;
557 pPhyParam = &phyParamForAC_BK[mode];
558 pBssPhyParam = &phyParamForAC_BK[mode];
561 pPhyParam = &phyParamForAC_VI[mode];
562 pBssPhyParam = &bssPhyParamForAC_VI[mode];
565 pPhyParam = &phyParamForAC_VO[mode];
566 pBssPhyParam = &bssPhyParamForAC_VO[mode];
570 pPhyParam = &phyParamForAC_BE[mode];
571 pBssPhyParam = &bssPhyParamForAC_BE[mode];
619 * Calculate agressive mode switching threshold based
651 enum ieee80211_phymode mode;
675 * Select mode; we can be called early in which case we
676 * always use auto mode. We know we'll be called when
681 mode = ieee80211_chan2mode(ic, ic->ic_curchan);
683 mode = IEEE80211_MODE_AUTO;
686 * This implements agressive mode as found in certain
701 chanp->wmep_aifsn = bssp->wmep_aifsn = phyParam[mode].aifsn;
703 phyParam[mode].logcwmin;
705 phyParam[mode].logcwmax;
708 phyParam[mode].txopLimit : 0;
731 * Process STA mode beacon miss events. Send a direct probe request
953 case IEEE80211_S_SCAN: /* adhoc/hostap mode */
954 case IEEE80211_S_ASSOC: /* infra mode */