Set hostapd hw_mode automatically based on 6 GHz op_class
Allow hostapd configuration to specify use of the 6 GHz band with the specific op_class values without having to set the hw_mode=a parameter explicitly. Signed-off-by: Jouni Malinen <quic_jouni@quicinc.com>
This commit is contained in:
parent
664fd83d59
commit
86310c2202
3 changed files with 9 additions and 0 deletions
|
@ -968,6 +968,7 @@ struct hostapd_config {
|
|||
int acs_exclude_dfs;
|
||||
u8 min_tx_power;
|
||||
enum hostapd_hw_mode hw_mode; /* HOSTAPD_MODE_IEEE80211A, .. */
|
||||
bool hw_mode_set;
|
||||
int acs_exclude_6ghz_non_psc;
|
||||
int enable_background_radar;
|
||||
enum {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue