Skip to content

Commit

Permalink
accesspoint: ability to set ht_capab/vht_capab
Browse files Browse the repository at this point in the history
  • Loading branch information
multi-io committed Jun 23, 2024
1 parent 2dd3891 commit 917e66f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions roles/accesspoint/templates/hostapd.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,8 @@ ieee80211n={{wlan_ieee80211n}}
# L-SIG TXOP protection support: [LSIG-TXOP-PROT] (disabled if not set)
#ht_capab=[HT40-][SHORT-GI-20][SHORT-GI-40]

ht_capab={{wlan_ht_capab}}

# Require stations to support HT PHY (reject association if they do not)
require_ht={{wlan_require_ht}}

Expand Down Expand Up @@ -643,6 +645,8 @@ ieee80211ac={{wlan_ieee80211ac}}
# 0 = Tx antenna pattern might change during the lifetime of an association
# 1 = Tx antenna pattern does not change during the lifetime of an association
#vht_capab=[SHORT-GI-80][HTC-VHT]
vht_capab={{wlan_vht_capab}}

#
# Require stations to support VHT PHY (reject association if they do not)
require_vht={{wlan_require_vht}}
Expand Down

0 comments on commit 917e66f

Please sign in to comment.