Searched refs:tx_pwr_count (Results 1 – 1 of 1) sorted by relevance
/hostap-latest/src/ap/ |
D | ieee802_11.c | 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() [all …]
|