hostapd: Add config option to specify 6 GHz regulatory AP type
IEEE Std 802.11ax-2021 introduces Regulatory Info subfield to specify the 6 GHz access point type per regulatory. Add a user config option for specifying this. When not specified, Indoor AP type is selected for the 6 GHz AP by default. Signed-off-by: Pradeep Kumar Chitrapu <quic_pradeepc@quicinc.com>
This commit is contained in:
parent
ee06165e96
commit
0eb686637d
3 changed files with 10 additions and 0 deletions
|
@ -1084,6 +1084,7 @@ struct hostapd_config {
|
|||
u8 he_6ghz_max_ampdu_len_exp;
|
||||
u8 he_6ghz_rx_ant_pat;
|
||||
u8 he_6ghz_tx_ant_pat;
|
||||
u8 he_6ghz_reg_pwr_type;
|
||||
#endif /* CONFIG_IEEE80211AX */
|
||||
|
||||
/* VHT enable/disable config from CHAN_SWITCH */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue