Small update to WiFi AP config

This commit is contained in:
mharb 2024-03-20 17:50:51 -04:00
parent 7e3b6cbe99
commit 5c1f6651a6
1 changed files with 20 additions and 16 deletions

View File

@ -1,10 +1,10 @@
ssid: ssidname
wpa_passphrase: pskey
channel: 6
ssid: broadcastssid
wpa_passphrase: psk
channel: 1
address: 192.168.32.1
netmask: 255.255.255.0
broadcast: 192.168.32.255
interface: interfacename
interface: interface
hide_ssid: "0"
dhcp: 1
dhcp_start_addr: 192.168.32.10
@ -13,21 +13,25 @@ allow_mac_addresses: []
deny_mac_addresses: []
debug: 0
hostapd_config_override:
- hw_mode=g
- ap_isolate=1
- country_code=US
- ht_capab=[HT40-][SHORT-GI-20][SHORT-GI-40]
- hw_mode=g
- ieee80211d=1
- ieee80211h=1
- ieee80211n=1
- ieee80211w=1
- preamble=1
- rsn_pairwise=CCMP
- tdls_prohibit=1
- wme_enabled=1
- wmm_enabled=1
- wpa=2
- wpa_disable_eapol_key_retries=1
- wpa_key_mgmt=WPA-PSK
- wpa_pairwise=CCMP
- rsn_pairwise=CCMP
- wme_enabled=1
- ieee80211d=0
- ieee80211n=1
- preamble=1
- ap_isolate=1
- ieee80211w=1
- wpa_disable_eapol_key_retries=1
- ht_capab=[SHORT-GI-40][HT40+][HT40-][DSSS_CCK-40]
client_internet_access: 0
client_internet_access: 1
client_dns_override: []
dnsmasq_config_override: []
dnsmasq_config_override:
- dhcp-no-override
- dhcp-range=192.168.32.1,proxy