sanders: add back hostapd configs

* CAF softap implementation requires this
This commit is contained in:
Adarsh-MR
2018-01-19 16:11:54 +00:00
committed by therootlord
parent e784e0f33e
commit e0f36e07ab
4 changed files with 9 additions and 1 deletions

3
wifi/hostapd.accept Normal file
View File

@@ -0,0 +1,3 @@
# List of MAC addresses that are allowed to authenticate (IEEE 802.11)
# with the AP. Optional VLAN ID can be assigned for clients based on the
# MAC address if dynamic VLANs (hostapd.conf dynamic_vlan option) are used.

2
wifi/hostapd.deny Normal file
View File

@@ -0,0 +1,2 @@
# List of MAC addresses that are not allowed to authenticate (IEEE 802.11)
# with the AP.

View File

@@ -88,7 +88,7 @@ ssid=QualcommSoftAP
# country_code setting must be configured with the correct country for
# IEEE 802.11d functions.
# (default: 0 = disabled)
ieee80211d=1
#ieee80211d=1
# Operation mode (a = IEEE 802.11a, b = IEEE 802.11b, g = IEEE 802.11g,
# n = IEEE 802.11n, g_only = IEEE 802.11g_only, n_only = IEEE 802.11n_only,