Searched refs:maxPower (Results 1 - 14 of 14) sorted by relevance

/freebsd-11-stable/lib/lib80211/
H A Dlib80211_regdomain.h57 uint8_t maxPower; /* regulatory cap on tx power (dBm) */ member in struct:netband
H A Dlib80211_regdomain.c289 mt->netband->maxPower = strtoul(p, NULL, 0);
334 if (mt->netband->maxPower == 0) {
340 mt->netband->maxPowerDFS = mt->netband->maxPower;
/freebsd-11-stable/sys/dev/ath/ath_hal/ar9002/
H A Dar9287_reset.c343 int16_t maxPower; local
379 maxPower = AH_MAX(AH5416(ah)->ah_ratesArray[rate6mb],
381 maxPower = AH_MAX(maxPower,
385 maxPower = AH_MAX(maxPower,
388 ahp->ah_tx6PowerInHalfDbm = maxPower;
389 AH_PRIVATE(ah)->ah_maxPowerLevel = maxPower;
H A Dar9285_reset.c87 int16_t maxPower; local
124 maxPower = AH_MAX(AH5416(ah)->ah_ratesArray[rate6mb],
126 maxPower = AH_MAX(maxPower, AH5416(ah)->ah_ratesArray[rate1l]);
129 maxPower = AH_MAX(maxPower, AH5416(ah)->ah_ratesArray[rateHt40_0]);
132 ahp->ah_tx6PowerInHalfDbm = maxPower;
133 AH_PRIVATE(ah)->ah_maxPowerLevel = maxPower;
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c918 int16_t minPower, maxPower; local
923 if (ahp->ah_rfHal->getChannelMaxMinPower(ah, chan, &maxPower, &minPower)) {
925 chan->ic_maxpower = maxPower / 2;
1063 int16_t maxPower; local
1104 maxPower = AH_MAX(AH5416(ah)->ah_ratesArray[rate6mb],
1108 maxPower = AH_MAX(maxPower, AH5416(ah)->ah_ratesArray[rate1l]);
1112 maxPower = AH_MAX(maxPower, AH5416(ah)->ah_ratesArray[rateHt40_0]);
1115 ahp->ah_tx6PowerInHalfDbm = maxPower;
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5112.c51 int16_t *power, int16_t maxPower, int16_t *retVals);
533 * power table entry corresponds with maxPower.
607 getFullPwrTable(uint16_t numPcdacs, uint16_t *pcdacs, int16_t *power, int16_t maxPower, int16_t *retVals) argument
626 if (retVals[ii] >= maxPower) {
628 retVals[ii++] = maxPower;
657 /* Search for highest pcdac 0.25dB below maxPower */
706 /* Search for highest pcdac 0.25dB below maxPower */
H A Dar5212_reset.c51 HAL_BOOL commit, int16_t *minPower, int16_t *maxPower);
2016 int16_t minPower, maxPower, tpcInDb, powerLimit; local
2030 AH_TRUE, &minPower, &maxPower)) {
2036 &minPower, &maxPower, chan, rfXpdGain)) {
2294 "TPC_Reduction %d chan=%d (0x%x) maxAvailPower=%d pwr6_24=%d, maxPower=%d\n",
2339 "TPC_Reduction %d chan=%d (0x%x) maxAvailPower=%d pwr6_24=%d, maxPower=%d\n",
2360 int16_t minPower, maxPower; local
2365 if (ahp->ah_rfHal->getChannelMaxMinPower(ah, chan, &maxPower, &minPower)) {
2367 chan->ic_maxpower = maxPower / 2;
2387 AH_FALSE, &minPower, &maxPower)) {
[all...]
H A Dar2316.c503 int16_t *minPower, int16_t *maxPower,
502 ar2316SetPowerTable(struct ath_hal *ah, int16_t *minPower, int16_t *maxPower, const struct ieee80211_channel *chan, uint16_t *rfXpdGain) argument
H A Dar2317.c481 int16_t *minPower, int16_t *maxPower,
480 ar2317SetPowerTable(struct ath_hal *ah, int16_t *minPower, int16_t *maxPower, const struct ieee80211_channel *chan, uint16_t *rfXpdGain) argument
H A Dar2413.c497 int16_t *minPower, int16_t *maxPower,
496 ar2413SetPowerTable(struct ath_hal *ah, int16_t *minPower, int16_t *maxPower, const struct ieee80211_channel *chan, uint16_t *rfXpdGain) argument
H A Dar2425.c497 int16_t *minPower, int16_t *maxPower,
496 ar2425SetPowerTable(struct ath_hal *ah, int16_t *minPower, int16_t *maxPower, const struct ieee80211_channel *chan, uint16_t *rfXpdGain) argument
H A Dar5212.h143 int16_t *minPower, int16_t *maxPower,
H A Dar5413.c541 int16_t *minPower, int16_t *maxPower,
540 ar5413SetPowerTable(struct ath_hal *ah, int16_t *minPower, int16_t *maxPower, const struct ieee80211_channel *chan, uint16_t *rfXpdGain) argument
/freebsd-11-stable/sbin/ifconfig/
H A Difieee80211.c2133 c->ic_maxregpower = nb->maxPower;

Completed in 284 milliseconds