Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dieee802_11_vht.c227 u8 channel, tx_pwr_count, local_pwr_constraint; in hostapd_eid_txpower_envelope() local
248 tx_pwr_count = 0; in hostapd_eid_txpower_envelope()
251 tx_pwr_count = 1; in hostapd_eid_txpower_envelope()
256 tx_pwr_count = 2; in hostapd_eid_txpower_envelope()
261 tx_pwr_count = 3; in hostapd_eid_txpower_envelope()
317 *eid++ = 2 + tx_pwr_count; in hostapd_eid_txpower_envelope()
323 *eid++ = tx_pwr_count; in hostapd_eid_txpower_envelope()
325 for (i = 0; i <= tx_pwr_count; i++) in hostapd_eid_txpower_envelope()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dieee802_11.c6916 u8 channel, tx_pwr_count, local_pwr_constraint; in hostapd_eid_txpower_envelope() local
6937 tx_pwr_count = 0; in hostapd_eid_txpower_envelope()
6940 tx_pwr_count = 1; in hostapd_eid_txpower_envelope()
6945 tx_pwr_count = 2; in hostapd_eid_txpower_envelope()
6950 tx_pwr_count = 3; in hostapd_eid_txpower_envelope()
7006 *eid++ = 2 + tx_pwr_count; in hostapd_eid_txpower_envelope()
7012 *eid++ = tx_pwr_count; in hostapd_eid_txpower_envelope()
7014 for (i = 0; i <= tx_pwr_count; i++) in hostapd_eid_txpower_envelope()