Searched refs:tx_pwr_count (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/wpa/src/ap/ |
H A D | ieee802_11.c | 7038 static u8 * hostapd_add_tpe_info(u8 *eid, u8 tx_pwr_count, in hostapd_add_tpe_info() argument 7045 *eid++ = 2 + tx_pwr_count; /* Length */ in hostapd_add_tpe_info() 7053 *eid++ = tx_pwr_count | (tx_pwr_intrpn << 3) | (tx_pwr_cat << 6); in hostapd_add_tpe_info() 7056 for (i = 0; i <= tx_pwr_count; i++) in hostapd_add_tpe_info() 7077 u8 channel, tx_pwr_count, local_pwr_constraint; in hostapd_eid_txpower_envelope() local 7108 tx_pwr_count = 0; in hostapd_eid_txpower_envelope() 7117 eid = hostapd_add_tpe_info(eid, tx_pwr_count, tx_pwr_intrpn, in hostapd_eid_txpower_envelope() 7128 eid = hostapd_add_tpe_info(eid, tx_pwr_count, in hostapd_eid_txpower_envelope() 7137 eid, tx_pwr_count, REGULATORY_CLIENT_EIRP, in hostapd_eid_txpower_envelope() 7149 tx_pwr_count = 0; in hostapd_eid_txpower_envelope() [all …]
|