Lines Matching refs:tx_pwr_count
7047 static u8 * hostapd_add_tpe_info(u8 *eid, u8 tx_pwr_count, in hostapd_add_tpe_info() argument
7054 *eid++ = 2 + tx_pwr_count; /* Length */ in hostapd_add_tpe_info()
7062 *eid++ = tx_pwr_count | (tx_pwr_intrpn << 3) | (tx_pwr_cat << 6); in hostapd_add_tpe_info()
7065 for (i = 0; i <= tx_pwr_count; i++) in hostapd_add_tpe_info()
7086 u8 channel, tx_pwr_count, local_pwr_constraint; in hostapd_eid_txpower_envelope() local
7117 tx_pwr_count = 0; in hostapd_eid_txpower_envelope()
7126 eid = hostapd_add_tpe_info(eid, tx_pwr_count, tx_pwr_intrpn, in hostapd_eid_txpower_envelope()
7137 eid = hostapd_add_tpe_info(eid, tx_pwr_count, in hostapd_eid_txpower_envelope()
7146 eid, tx_pwr_count, REGULATORY_CLIENT_EIRP, in hostapd_eid_txpower_envelope()
7158 tx_pwr_count = 0; in hostapd_eid_txpower_envelope()
7161 tx_pwr_count = 1; in hostapd_eid_txpower_envelope()
7166 tx_pwr_count = 2; in hostapd_eid_txpower_envelope()
7171 tx_pwr_count = 3; in hostapd_eid_txpower_envelope()
7226 return hostapd_add_tpe_info(eid, tx_pwr_count, LOCAL_EIRP, in hostapd_eid_txpower_envelope()