HomeSort by: relevance | last modified time | path
    Searched defs:aniState (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212_ani.c 102 * This routine returns the index into the aniState array that
261 struct ar5212AniState *aniState = ahp->ah_curani;
262 const struct ar5212AniParams *params = aniState->params;
286 if (level > aniState->noiseImmunityLevel)
288 else if (level < aniState->noiseImmunityLevel)
290 aniState->noiseImmunityLevel = level;
324 aniState->ofdmWeakSigDetectOff = !on;
337 aniState->cckWeakSigThreshold = high;
351 if (level > aniState->firstepLevel)
353 else if (level < aniState->firstepLevel
    [all...]
ar5212_misc.c 1061 struct ar5212AniState *aniState =
1063 if (aniState == AH_NULL)
1065 *result = __DECONST(void *, aniState->params);
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_ani.c 106 * This routine returns the index into the aniState array that
212 struct ar5212AniState *aniState = ahp->ah_curani;
213 const struct ar5212AniParams *params = aniState->params;
237 if (level > aniState->noiseImmunityLevel)
239 else if (level < aniState->noiseImmunityLevel)
241 aniState->noiseImmunityLevel = level;
286 aniState->ofdmWeakSigDetectOff = !on;
299 aniState->cckWeakSigThreshold = high;
313 if (level > aniState->firstepLevel)
315 else if (level < aniState->firstepLevel
    [all...]

Completed in 13 milliseconds