Home
last modified time | relevance | path

Searched refs:tx_pwr (Results 1 – 2 of 2) sorted by relevance

/hostap-latest/wpa_supplicant/
Dscan.c2263 int max_tx_power = TX_POWER_NO_CONSTRAINT, tx_pwr = 0; in wpas_channel_width_tx_pwr() local
2295 tx_pwr = (signed char) elem->data[offs]; in wpas_channel_width_tx_pwr()
2302 if (tx_pwr == 127) in wpas_channel_width_tx_pwr()
2304 tx_pwr /= 2; in wpas_channel_width_tx_pwr()
2305 max_tx_power = MIN(max_tx_power, tx_pwr); in wpas_channel_width_tx_pwr()
2311 tx_pwr = (signed char) elem->data[1]; in wpas_channel_width_tx_pwr()
2320 if (tx_pwr == 127 || tx_pwr == -128) in wpas_channel_width_tx_pwr()
2330 tx_pwr = tx_pwr / 2 + 13 + offset * 3; in wpas_channel_width_tx_pwr()
2331 max_tx_power = MIN(max_tx_power, tx_pwr); in wpas_channel_width_tx_pwr()
/hostap-latest/src/ap/
Dieee802_11.c7049 u8 tx_pwr_cat, u8 tx_pwr) in hostapd_add_tpe_info()
7066 *eid++ = tx_pwr; in hostapd_add_tpe_info()
7088 u8 tx_pwr; in hostapd_eid_txpower_envelope() local
7122 tx_pwr = hapd->iconf->reg_def_cli_eirp_psd; in hostapd_eid_txpower_envelope()
7124 tx_pwr = REG_PSD_MAX_TXPOWER_FOR_DEFAULT_CLIENT * 2; in hostapd_eid_txpower_envelope()
7127 REG_DEFAULT_CLIENT, tx_pwr); in hostapd_eid_txpower_envelope()
7134 tx_pwr = hapd->iconf->reg_sub_cli_eirp_psd; in hostapd_eid_txpower_envelope()
7136 tx_pwr = REG_PSD_MAX_TXPOWER_FOR_SUBORDINATE_CLIENT * 2; in hostapd_eid_txpower_envelope()
7140 tx_pwr); in hostapd_eid_txpower_envelope()
7222 tx_pwr = 0x80 + max_tx_power + 128; in hostapd_eid_txpower_envelope()
[all …]