AP: Add configuration options for 6 GHz TPE Tx power
Add configuration options for setting the Tx Power value in the Transmit Power Envelope for 6 GHz: - The Tx power value for default client where the transmit power interpretation is "Regulatory Client EIRP PSD" - The Tx power value for subordinate client where the transmit power interpretation is "Regulatory Client EIRP PSD" Signed-off-by: Ilan Peer <ilan.peer@intel.com>
This commit is contained in:
parent
ada9083ac4
commit
7065e5242a
5 changed files with 26 additions and 2 deletions
|
@ -1149,6 +1149,10 @@ struct hostapd_config {
|
|||
u8 he_6ghz_rx_ant_pat;
|
||||
u8 he_6ghz_tx_ant_pat;
|
||||
u8 he_6ghz_reg_pwr_type;
|
||||
|
||||
int reg_def_cli_eirp_psd;
|
||||
int reg_sub_cli_eirp_psd;
|
||||
|
||||
bool require_he;
|
||||
#endif /* CONFIG_IEEE80211AX */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue