/freebsd/sys/dev/ath/ath_hal/ar5212/ |
H A D | ar5212_reset.c | 633 if ((ackTpcPow-ahp->ah_txPowerIndexOffset) > chan->ic_maxpower) in ar5212Reset() 634 ackTpcPow = chan->ic_maxpower+ahp->ah_txPowerIndexOffset; in ar5212Reset() 641 if ((ctsTpcPow-ahp->ah_txPowerIndexOffset) > chan->ic_maxpower) in ar5212Reset() 642 ctsTpcPow = chan->ic_maxpower+ahp->ah_txPowerIndexOffset; in ar5212Reset() 649 if ((chirpTpcPow-ahp->ah_txPowerIndexOffset) > chan->ic_maxpower) in ar5212Reset() 650 chirpTpcPow = chan->ic_maxpower+ahp->ah_txPowerIndexOffset; in ar5212Reset() 2365 chan->ic_maxpower = maxPower / 2; in ar5212GetChipPowerLimits() 2371 chan->ic_maxpower = MAX_RATE_POWER; in ar5212GetChipPowerLimits() 2390 if (maxPower < chan->ic_maxpower) in ar5212GetChipPowerLimits() 2391 chan->ic_maxpower = maxPower; in ar5212GetChipPowerLimits() [all …]
|
/freebsd/sys/net80211/ |
H A D | ieee80211_regdomain.c | 406 if (c->ic_maxpower == 0) in ieee80211_setregdomain() 407 c->ic_maxpower = 2*c->ic_maxregpower; in ieee80211_setregdomain()
|
H A D | ieee80211.c | 175 if (c->ic_maxpower == 0) in ieee80211_chan_init() 176 c->ic_maxpower = 2*c->ic_maxregpower; in ieee80211_chan_init() 1336 c->ic_maxpower = 2 * maxregpower; in addchan() 2136 , c->ic_maxpower / 2, c->ic_maxpower & 1 ? 5 : 0 in ieee80211_announce_channels()
|
H A D | _ieee80211.h | 143 int8_t ic_maxpower; /* maximum tx power in .5 dBm */ member
|
H A D | ieee80211_var.h | 996 txpower = MIN(txpower, ic->ic_curchan->ic_maxpower); in ieee80211_get_node_txpower()
|
H A D | ieee80211_ddb.c | 870 c->ic_maxregpower, c->ic_maxpower, c->ic_minpower, in _db_show_channel()
|
H A D | ieee80211_ioctl.c | 876 if (ireq->i_val > ic->ic_curchan->ic_maxpower) in ieee80211_ioctl_get80211() 877 ireq->i_val = ic->ic_curchan->ic_maxpower; in ieee80211_ioctl_get80211()
|
H A D | ieee80211_output.c | 2296 frm[3] = c->ic_maxpower; in ieee80211_add_powercapability()
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_radio.c | 264 chan->ic_maxpower = AR9300_MAX_RATE_POWER; in ar9300_get_chip_power_limits()
|
H A D | ar9300_attach.c | 3108 chan->ic_maxpower = AR9300_MAX_RATE_POWER; in ar9300_get_chip_power_limits()
|
/freebsd/sys/dev/ath/ath_hal/ar5210/ |
H A D | ar5210_attach.c | 337 chan->ic_maxpower = AR5210_MAX_RATE_POWER; in ar5210GetChipPowerLimits()
|
/freebsd/sys/dev/ath/ath_hal/ar5211/ |
H A D | ar5211_attach.c | 460 chan->ic_maxpower = MAX_RATE_POWER; in ar5211GetChipPowerLimits()
|
/freebsd/sys/dev/ath/ath_hal/ar5416/ |
H A D | ar5416_reset.c | 934 chan->ic_maxpower = maxPower / 2; in ar5416GetChipPowerLimits() 940 chan->ic_maxpower = AR5416_MAX_RATE_POWER; in ar5416GetChipPowerLimits() 945 chan->ic_freq, chan->ic_maxpower, chan->ic_minpower); in ar5416GetChipPowerLimits()
|
/freebsd/sys/dev/ath/ath_hal/ |
H A D | ah_internal.h | 1013 return (chan->ic_maxpower); in ath_hal_get_twice_max_regpower()
|
/freebsd/sys/dev/mwl/ |
H A D | if_mwl.c | 4340 if (c->ic_maxpower > 2*hc->maxTxPow) in mwl_setregdomain() 4341 c->ic_maxpower = 2*hc->maxTxPow; in mwl_setregdomain() 4351 if (c->ic_maxpower > 2*hc->maxTxPow) in mwl_setregdomain() 4352 c->ic_maxpower = 2*hc->maxTxPow; in mwl_setregdomain()
|
/freebsd/sbin/ifconfig/ |
H A D | ifieee80211.c | 4201 c->ic_maxpower/2., c->ic_maxregpower); in print_txpow() 4209 c->ic_minpower/2., c->ic_maxpower/2., c->ic_maxregpower); in print_txpow_verbose() 4211 if (c->ic_maxpower > 2*c->ic_maxregpower) in print_txpow_verbose() 4237 if (c->ic_maxpower > prev->ic_maxpower) in list_txpow()
|
/freebsd/sys/dev/bwn/ |
H A D | if_bwnvar.h | 1174 return c->ic_maxpower / 2; in bwn_get_chan_power()
|
H A D | if_bwn.c | 1976 if (ic->ic_curchan->ic_maxpower != 0 && in bwn_set_channel() 1977 ic->ic_curchan->ic_maxpower != phy->txpower) { in bwn_set_channel() 1978 phy->txpower = ic->ic_curchan->ic_maxpower / 2; in bwn_set_channel()
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/ |
H A D | wlan_snmp.c | 1010 val->v.integer = channel->ic_maxpower; in op_wlan_channels()
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_80211.c | 3373 lc->max_power = c->ic_maxpower; in lkpi_ic_scan_start()
|
/freebsd/sys/dev/iwn/ |
H A D | if_iwn.c | 2680 c->ic_maxpower = maxpwr; in iwn_read_eeprom_enhinfo()
|