mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-10-30 10:22:34 +00:00
Fixed typo in hostapd_config
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
add_vap_flags = {
|
||||
"enable_wpa" : 0x10, # Enable WPA
|
||||
"hostpad_config" : 0x20, # Use Custom hostapd config file.
|
||||
"hostapd_config" : 0x20, # Use Custom hostapd config file.
|
||||
"enable_80211d" : 0x40, # Enable 802.11D to broadcast country-code & channels in VAPs
|
||||
"short_preamble" : 0x80, # Allow short-preamble
|
||||
"pri_sec_ch_enable" : 0x100, # Enable Primary/Secondary channel switch.
|
||||
|
||||
Reference in New Issue
Block a user