From 73573a28da3eaa41ae7890e24f241ff7d52719f3 Mon Sep 17 00:00:00 2001 From: Logan Lipke Date: Fri, 31 Jul 2020 17:27:42 -0700 Subject: [PATCH] Fixed typo in hostapd_config --- py-json/LANforge/add_vap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py-json/LANforge/add_vap.py b/py-json/LANforge/add_vap.py index 7a0beed3..8797b1ac 100644 --- a/py-json/LANforge/add_vap.py +++ b/py-json/LANforge/add_vap.py @@ -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.