hostapd: Add require_he configuration
Add the ability to require HE, advertising that via the BSS membership selector as well as rejecting association without HE. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
This commit is contained in:
parent
c46351d10e
commit
054fcfab6f
5 changed files with 39 additions and 0 deletions
|
@ -1107,6 +1107,7 @@ struct hostapd_config {
|
|||
u8 he_6ghz_rx_ant_pat;
|
||||
u8 he_6ghz_tx_ant_pat;
|
||||
u8 he_6ghz_reg_pwr_type;
|
||||
bool require_he;
|
||||
#endif /* CONFIG_IEEE80211AX */
|
||||
|
||||
/* VHT enable/disable config from CHAN_SWITCH */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue